mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
BranchWatchDialog: Fix Misc. Errata
Window icon was missing from QDialog lacking a parent. Giving the QDialog a parent revealed I had failed to make it properly non-modal, necessitating further changes. Settings save less often, now only upon destruction. Construction of BranchWatchDialog is now deferred.
This commit is contained in:
parent
8f6fd912f7
commit
0645b4d579
4 changed files with 35 additions and 25 deletions
|
@ -72,7 +72,7 @@ private:
|
|||
|
||||
Core::System& m_system;
|
||||
|
||||
BranchWatchDialog* m_branch_watch_dialog;
|
||||
BranchWatchDialog* m_branch_watch_dialog = nullptr;
|
||||
QLineEdit* m_search_address;
|
||||
QPushButton* m_branch_watch;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue