Fix all save format options being visible at once immediately after start-up by delaying initialization of the save format panel after the main windows call to Gtk::Widget::show_all.
This commit is contained in:
@@ -57,10 +57,7 @@ public:
|
||||
|
||||
BatchQueuePanel (FileCatalog* aFileCatalog);
|
||||
|
||||
void setParent (RTWindow* p)
|
||||
{
|
||||
parent = p;
|
||||
}
|
||||
void init (RTWindow* parent);
|
||||
|
||||
void addBatchQueueJobs (std::vector<BatchQueueEntry*> &entries , bool head = false);
|
||||
|
||||
|
Reference in New Issue
Block a user