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:
Hombre
2011-10-20 20:51:47 +02:00
parent ad7c97202c
commit 77a2acd033
2 changed files with 24 additions and 0 deletions

View File

@@ -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