@@ -684,7 +684,7 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
|
|||||||
iops->attach_next_to (*sendtogimp, Gtk::POS_LEFT, 1, 1);
|
iops->attach_next_to (*sendtogimp, Gtk::POS_LEFT, 1, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!gimpPlugin) {
|
if (!gimpPlugin && !simpleEditor) {
|
||||||
iops->attach_next_to (*queueimg, Gtk::POS_LEFT, 1, 1);
|
iops->attach_next_to (*queueimg, Gtk::POS_LEFT, 1, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1589,7 +1589,7 @@ bool EditorPanel::handleShortcutKey (GdkEventKey* event)
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
case GDK_KEY_b:
|
case GDK_KEY_b:
|
||||||
if (!simpleEditor) {
|
if (!gimpPlugin && !simpleEditor) {
|
||||||
queueImgPressed();
|
queueImgPressed();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user