From 97f80dd9e5737bb65cdd2b745c864e9c3b7ab433 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 16 Jan 2021 16:39:56 +0300 Subject: glory, glory, halleluya: perversive manual call of OnChange() event inside OnInitDialog isn't needed anymore --- src/core/stdclist/src/clistopts.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/stdclist') diff --git a/src/core/stdclist/src/clistopts.cpp b/src/core/stdclist/src/clistopts.cpp index 691b93074c..0d6fd81391 100644 --- a/src/core/stdclist/src/clistopts.cpp +++ b/src/core/stdclist/src/clistopts.cpp @@ -65,10 +65,8 @@ public: chkCycle.SetState(iTrayIcon == SETTING_TRAYICON_CYCLE); chkMulti.SetState(iTrayIcon == SETTING_TRAYICON_MULTI); chkDontCycle.SetState(iTrayIcon == SETTING_TRAYICON_SINGLE); - onChange_Tray(0); chkDisableBlink.SetState(g_plugin.getBool("DisableTrayFlash", false)); - onChange_DisableBlink(0); blink.SetPosition(g_plugin.getWord("IconFlashTime", 550)); cycleTime.SetPosition(g_plugin.getWord("CycleTime", SETTING_CYCLETIME_DEFAULT)); -- cgit v1.2.3