fix(stable): wx 3.3.2 StateHandler::attach Initialisiererlisten-Ambiguität (10 Dateien)

This commit is contained in:
thysson2701
2026-06-11 22:34:40 +02:00
parent 79e1060bde
commit e8895c16f3
10 changed files with 10 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ bool TabButton::Create(wxWindow *parent, wxString text, ScalableBitmap &bmp, lon
{
StaticBox::Create(parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, style);
newtag_img = ScalableBitmap(this, "monitor_hms_new",7);
state_handler.attach({&text_color, &border_color});
state_handler.attach(std::vector<StateColor const*>{&text_color, &border_color});
state_handler.update_binds();
//BBS set default font
SetFont(Label::Body_14);