Merge with 6e384f1d399717d5c68fca35de1f00394a6f1d58
This commit is contained in:
@@ -257,8 +257,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 ();
|
||||
|
Reference in New Issue
Block a user