@@ -684,7 +684,7 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
|
||||
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);
|
||||
}
|
||||
|
||||
@@ -1589,7 +1589,7 @@ bool EditorPanel::handleShortcutKey (GdkEventKey* event)
|
||||
return true;
|
||||
|
||||
case GDK_KEY_b:
|
||||
if (!simpleEditor) {
|
||||
if (!gimpPlugin && !simpleEditor) {
|
||||
queueImgPressed();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user