Changed processing of a wxEVT_SYS_COLOUR_CHANGED event.

Only UI is updated. The application doesn't recreated now
This commit is contained in:
YuSanka 2020-05-21 17:29:00 +02:00
parent 4348b177d6
commit db32c1f15a
13 changed files with 170 additions and 0 deletions

View file

@ -105,6 +105,7 @@ public:
void update_mode_sizer() const;
void update_reslice_btn_tooltip() const;
void msw_rescale();
void sys_color_changed();
void search();
void jump_to_option(size_t selected);
@ -308,6 +309,7 @@ public:
bool can_reload_from_disk() const;
void msw_rescale();
void sys_color_changed();
bool init_view_toolbar();