Added ability to open images for editing from the Batch Queue tab. Patch by Leanid (prizzrak), issue 2689
This commit is contained in:
@@ -181,7 +181,7 @@ RTWindow::RTWindow ()
|
||||
mainNB->append_page (*fpanel, *hbf);
|
||||
}
|
||||
|
||||
bpanel = Gtk::manage ( new BatchQueuePanel () );
|
||||
bpanel = Gtk::manage ( new BatchQueuePanel (fpanel->fileCatalog) );
|
||||
bpanel->setParent (this);
|
||||
|
||||
// decorate tab, the label is unimportant since its updated in batchqueuepanel anyway
|
||||
|
Reference in New Issue
Block a user