diff options
| author | George Hazan <ghazan@miranda.im> | 2023-03-27 21:21:26 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2023-03-27 21:21:26 +0300 |
| commit | 7f8b0c98246e9a76b60c7e35765ba708cc1e40c5 (patch) | |
| tree | ebb36f525bd45216cb8658b64b17e34ea901d4c9 /src/mir_app | |
| parent | 4d69ba53c962b683c5aac75d36309c57a0398055 (diff) | |
fixes #3465 (broken Profile Manager's UI)
Diffstat (limited to 'src/mir_app')
| -rw-r--r-- | src/mir_app/src/profilemanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/profilemanager.cpp b/src/mir_app/src/profilemanager.cpp index b2ea141b6c..ab7f00edf0 100644 --- a/src/mir_app/src/profilemanager.cpp +++ b/src/mir_app/src/profilemanager.cpp @@ -586,6 +586,7 @@ public: {
m_chkSmEnabled.OnChange = Callback(this, &CProfileManager::onChanged);
+ m_tab.SetPageOwner();
m_tab.AddPage(LPGENW("My profiles"), nullptr, new CChooseProfileDlg(m_btnOk, m_pd));
m_tab.AddPage(LPGENW("New profile"), nullptr, new CCreateProfileDlg(m_btnOk, m_pd));
}
|
