Remove WB from File Browser, Issue 2229

This commit is contained in:
Ingo
2014-02-27 15:51:27 +01:00
parent 6014c2fde9
commit 17222e2680

View File

@@ -207,8 +207,11 @@ bool ToolBar::handleShortcutKey (GdkEventKey* event) {
switch(event->keyval) {
case GDK_w:
case GDK_W:
wb_pressed ();
return true;
if(wbTool){
wb_pressed ();
return true;
}
return false;
case GDK_c:
case GDK_C:
crop_pressed ();