Hello,
I think that the radio button, illustrated in the attached screenshot is in the wrong group.
Thank you.
Good catch.
The attached patch fixes this. The solution is just adding the wxRB_GROUP flag to one of the radio buttons, but the patch has grown a lot due to wxSmith sorting things. It also changed automatically FlexGridSizer1->Add(0,0,1, wxEXPAND, 5) to FlexGridSizer1->Add(-1,-1,1, wxEXPAND, 5), and this moved the radio buttons to the left.
EDIT: the moving of radio buttons is fixed in the next message's patch
This revised patch fixes the original issue and radio buttons moving to the left in the bottom line.
Thank you, I will try it later.
If it has been applied to svn trunk, I will simply update my local clone, and recompile it.
Can you please create a ticket?
I will look into the wxSmith things today...
Ticket 875:
https://sourceforge.net/p/codeblocks/tickets/875/
EDIT: can you take a look to the patch in ticket 845?