diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-06 19:54:42 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-06 19:54:42 +0300 |
commit | a6e331495d25c06f6ccd8c584267febb4d7cf5b3 (patch) | |
tree | 42d332ffb247f326752bc3d152a7d6e163449b8a /src | |
parent | e1d76341e84037b4c58bbb3d3b36769fc26d209c (diff) |
CCtrlTreeOpts::OnFillOptions - a callback to untie options filling from the dialog creation
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_core/src/Windows/CCtrlTreeOpts.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mir_core/src/Windows/CCtrlTreeOpts.cpp b/src/mir_core/src/Windows/CCtrlTreeOpts.cpp index 686a4a2734..cc37285077 100644 --- a/src/mir_core/src/Windows/CCtrlTreeOpts.cpp +++ b/src/mir_core/src/Windows/CCtrlTreeOpts.cpp @@ -96,6 +96,8 @@ void CCtrlTreeOpts::OnInit() {
CSuper::OnInit();
+ OnFillOptions(this);
+
SelectItem(nullptr);
DeleteAllItems();
|