mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user