FIX: [STUDIO-2536] m_print_error_dlg darkUI issue

Change-Id: Ibd759855665649a24fa90069679516dc0250c1ee
This commit is contained in:
maosheng.wei 2023-06-19 10:22:24 +08:00 committed by Lane.Wei
parent 5a7e3cebcb
commit 7235e146e2
3 changed files with 8 additions and 1 deletions

View file

@ -131,6 +131,7 @@ public:
void rescale();
~SecondaryCheckDialog();
void on_dpi_changed(const wxRect& suggested_rect);
void msw_rescale();
Label* m_staticText_release_note {nullptr};
wxBoxSizer* m_sizer_main;