Clipped shadows and highlights indicator keyboard shortcuts updated, closes #3641
This commit is contained in:
parent
aab3a60356
commit
0987e4d5a3
@ -1547,11 +1547,11 @@ bool EditorPanel::handleShortcutKey (GdkEventKey* event)
|
||||
return true;
|
||||
|
||||
case GDK_KEY_less:
|
||||
iareapanel->imageArea->indClippedPanel->toggleClipped (true);
|
||||
iareapanel->imageArea->indClippedPanel->toggleClipped (false);
|
||||
return true;
|
||||
|
||||
case GDK_KEY_greater:
|
||||
iareapanel->imageArea->indClippedPanel->toggleClipped (false);
|
||||
iareapanel->imageArea->indClippedPanel->toggleClipped (true);
|
||||
return true;
|
||||
|
||||
case GDK_KEY_F5:
|
||||
|
Loading…
x
Reference in New Issue
Block a user