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

@@ -66,7 +66,7 @@ bool LabeledStaticBox::Create(
PickDC(dc);
}));
state_handler.attach({&text_color, &background_color, &border_color});
state_handler.attach(std::vector<StateColor const*>{&text_color, &background_color, &border_color});
state_handler.update_binds();
#ifndef __WXOSX__
SetBackgroundStyle(wxBG_STYLE_PAINT);