Solving issue 997: Selection of crop selection tool should open crop settings
Now clicking on the toolbar's white balance, straighten or crop button jump to the corresponding tool.
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
class ImageEditorCoordinator;
|
||||
|
||||
class ToolPanelCoordinator : public ToolPanelListener,
|
||||
public ToolBarListener,
|
||||
public ProfileChangeListener,
|
||||
public WBProvider,
|
||||
public DFProvider,
|
||||
@@ -226,6 +227,8 @@ class ToolPanelCoordinator : public ToolPanelListener,
|
||||
void updateTPVScrollbar (bool hide);
|
||||
void updateTabsUsesIcons (bool useIcons);
|
||||
bool handleShortcutKey (GdkEventKey* event);
|
||||
|
||||
void toolSelected (ToolMode tool);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user