mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
Create dialogs before setting up the layout.
This commit is contained in:
committed by
Luis Ángel San Martín
parent
61ac25bb7b
commit
17f467994f
@ -126,10 +126,10 @@ void LibraryWindow::setupUI()
|
||||
createActions();
|
||||
doModels();
|
||||
|
||||
doDialogs();
|
||||
doLayout();
|
||||
createToolBars();
|
||||
createMenus();
|
||||
doDialogs();
|
||||
|
||||
navigationController = new YACReaderNavigationController(this, comicsViewsManager);
|
||||
|
||||
|
Reference in New Issue
Block a user