rocrail

Results 15 comments of rocrail

OK, I can reproduce it with the minimal sample with the following code in the MyFrame::MyFrame() constructor: ```cpp // frame constructor MyFrame::MyFrame(const wxString& title) : wxFrame(nullptr, wxID_ANY, title) { //...

If I comment out this line: ```cpp //GetSizer()->Fit(this); ``` it looks like this: So the trigger for this layout problem seems to be the Fit() and not the SetString() The...

Also the call wxSizer::Layout() can cause this behavior. This call is needed after setting the translations. IMHO the minimal size of the RadioBox is not correct or disregarded.

I found a work-around for this layout issue: Put the RadioBox in a FlexSizer. Works also with v3.3.1 and is OK under Windows and Linux-GTK.

This iss also the case with version 2024-02-06b "Kaos" and PHP 8.4