FIX:Fixed frequent switching of dark mode causing unclear window display

jira: STUDIO-10618
Change-Id: I49ccbb4e59d9865f0e4f4d9cef96fe1e0d011e7b
(cherry picked from commit 184143ead7ec4beceb63076e91cedd955d040308)
This commit is contained in:
zhou.xu
2025-02-27 17:15:30 +08:00
committed by Noisyfox
parent 01833baa28
commit d930c7cdc8
3 changed files with 13 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ public:
protected:
Button *m_button_ok = nullptr;
Button *m_button_cancel = nullptr;
Label *m_finish_text = nullptr;
DisappearanceMode m_timed_disappearance_mode;
float m_timer_count = 0;
wxTimer * m_refresh_timer{nullptr};