Mode button fixes / improvements (#13795)

* init

* update thumb color
This commit is contained in:
yw4z
2026-05-22 14:04:03 +03:00
committed by GitHub
parent 19ada707da
commit def47f8959
5 changed files with 101 additions and 53 deletions

View File

@@ -78,7 +78,13 @@ private:
private:
int m_selection { 0 };
bool m_pressed { false };
bool m_enabled { true };
wxString m_tooltips[3];
StateColor dot_active;
StateColor dot_dimmed;
StateColor text_color;
StateColor track_background;
StateColor track_border;
};
class MultiSwitchButton : public StaticBox