diff options
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();
|