merge enhance_icc and dev

This commit is contained in:
U-PC-BUREAU\jacques
2018-11-18 08:32:24 +01:00
19 changed files with 29 additions and 39 deletions

View File

@@ -384,16 +384,6 @@ void FilePanel::optionsChanged ()
bool FilePanel::handleShortcutKey (GdkEventKey* event)
{
bool ctrl = event->state & GDK_CONTROL_MASK;
if (!ctrl) {
switch(event->keyval) {
}
} else {
switch (event->keyval) {
}
}
if(tpc->getToolBar() && tpc->getToolBar()->handleShortcutKey(event)) {
return true;
}