From 0bcb24502e07e69fe201d7f122bc9f9d3b69ee07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 28 Jan 2018 02:04:47 +0100 Subject: 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. --- application/groupview/GroupView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/groupview/GroupView.h') diff --git a/application/groupview/GroupView.h b/application/groupview/GroupView.h index a3f8a400..a632c22f 100644 --- a/application/groupview/GroupView.h +++ b/application/groupview/GroupView.h @@ -96,6 +96,8 @@ protected: void startDrag(Qt::DropActions supportedActions) override; + void updateScrollbar(); + private: friend struct VisualGroup; QList m_groups; -- cgit v1.2.3