Implemented palettes for mode markers

This commit is contained in:
YuSanka 2022-12-05 17:01:56 +01:00
parent 12ec008950
commit 033af199a3
18 changed files with 417 additions and 37 deletions

View file

@ -84,6 +84,7 @@ public:
void update_reslice_btn_tooltip() const;
void msw_rescale();
void sys_color_changed();
void update_mode_markers();
void search();
void jump_to_option(size_t selected);
void jump_to_option(const std::string& opt_key, Preset::Type type, const std::wstring& category);