This problem is well known, but I was wondering: why are we using a read-only wxComboBox instead of a wxChoice?
The bug is very strange, and I don't remember seeing it before, but it's now there and don't want to go away (if I heard correctly someone said it was fixed in wxWidgets 2.8.x, but it would be nice to have it working with 2.6.x too).
I decided, just for fun, to edit compiler_toolbar.xrc changing the wxComboBox for a wxChoice and removing the <style> line and it seems to be working fine so far (even though something tells me I should have checked all casts in the plugin too). The only thing that doesn't work is showing the selected target when you just open a project (it also happens with those wxChoice that replaced the tabs interface when you just open the dialog), but it doesn't seem to cause any problems :?
Maybe someone wants to try that workaround in the meanwhile and see how it goes, but if there's not a good reason to keep the wxComboBox then it would be nice to replace it, definitely, by a wxChoice
