FIX:fixed fixed crash when started on macos

Change-Id: Ic09a1fb61f68dffabdaf61b4c9e88bac62094a52
This commit is contained in:
tao wang 2022-12-01 20:35:01 +08:00 committed by Lane.Wei
parent f245e8c0c0
commit 1c919977b1
2 changed files with 9 additions and 2 deletions

View file

@ -83,6 +83,7 @@ protected:
class MainFrame : public DPIFrame
{
bool m_reset_position{false};
bool m_loaded {false};
wxTimer* m_reset_title_text_colour_timer{ nullptr };