mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -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();
|
createActions();
|
||||||
doModels();
|
doModels();
|
||||||
|
|
||||||
|
doDialogs();
|
||||||
doLayout();
|
doLayout();
|
||||||
createToolBars();
|
createToolBars();
|
||||||
createMenus();
|
createMenus();
|
||||||
doDialogs();
|
|
||||||
|
|
||||||
navigationController = new YACReaderNavigationController(this, comicsViewsManager);
|
navigationController = new YACReaderNavigationController(this, comicsViewsManager);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user