MortenTobiasNielsen / Factorio-TAS-Generator

This is an attempt to create a helper tool for Tool Assisted Speedruns in Factorio. A guide of how to use the tool can be found here: https://www.youtube.com/watch?v=V9tuNoDqc0E&t
MIT License
13 stars 4 forks source link

Added mutual exclusive logic to radio btn back #256

Closed theis999 closed 1 year ago

theis999 commented 1 year ago

Custom implementation of mutual exclusive logic.

It has some funky behavior if you click on the panel instead of one the buttons.

MortenTobiasNielsen commented 1 year ago

Yeah. That is pretty strange behavior when the panels are clicked. Do you have an idea why that happens?

theis999 commented 1 year ago

Not sure, it seems like a bug in wxWidget. Where the framework is a bit too overeager to match an event to a component