For those who'd like to use their mouse scroll wheel to scroll the tool panel, there's a new option in Preference to disable the vertical scrollbar (see issue 735). The side effect of that is better stability of the curve editor's size.
This commit is contained in:
@@ -135,6 +135,7 @@ class ToolPanelCoordinator : public ToolPanelListener,
|
||||
|
||||
void addPanel (Gtk::Box* where, FoldableToolPanel* panel, Glib::ustring label);
|
||||
void foldThemAll (GdkEventButton* event);
|
||||
void updateVScrollbars (bool hide);
|
||||
|
||||
public:
|
||||
|
||||
@@ -201,6 +202,7 @@ class ToolPanelCoordinator : public ToolPanelListener,
|
||||
int getSpotWBRectSize ();
|
||||
CropGUIListener* startCropEditing (Thumbnail* thm=NULL) { return crop; }
|
||||
|
||||
void updateTPVScrollbar (bool hide);
|
||||
bool handleShortcutKey (GdkEventKey* event);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user