GH-2119 Update group view scrollbar when the size of rows doesn't change

Previously, it would only update when you resize the window horizontally
enough to change the number of icons that fit in a row.
This commit is contained in:
Petr Mrázek
2018-01-28 02:04:47 +01:00
parent 3277b820a7
commit 0bcb24502e
2 changed files with 38 additions and 29 deletions

View File

@ -96,6 +96,8 @@ protected:
void startDrag(Qt::DropActions supportedActions) override;
void updateScrollbar();
private:
friend struct VisualGroup;
QList<VisualGroup *> m_groups;