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:
Adam Reichold
2016-01-12 20:15:35 +01:00
parent 1a9121714a
commit 74a0524bde
4 changed files with 23 additions and 31 deletions

View File

@@ -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);