Bugfix: the scrollable toolbars was freezing under some circumstances

This commit is contained in:
Hombre
2018-09-06 23:10:16 +02:00
parent fb17b6be9f
commit caffc3a23d
2 changed files with 22 additions and 1 deletions

View File

@@ -300,6 +300,7 @@ class MyScrolledToolbar : public Gtk::ScrolledWindow
{
bool on_scroll_event (GdkEventScroll* event);
void get_preferred_height (int &minimumHeight, int &naturalHeight);
public:
MyScrolledToolbar();