Hello,
I've "found" an infinite loop in wxGlade resp. wxPython. I've spend some time to find the root cause of this loop, but i didn't find anything.
I debugged my application started from the event handler of wxEVT_SIZE. I followed the execution flow starting with the event handler and don't found anything that could trigger a new wxEVT_SIZE event.
Same procedure as very iteration, but all events have the same id:
<wx._core.SizeEvent; proxy of <Swig Object of type 'wxSizeEvent *' at 0x7ffefa870410> >
The related widget is a Grid widget.
The issue occurs only on Linux with wxPython 2.8.12.1 and 3.0.2.
Opposite the application works fine on Windows with wxPython 2.8.12.1.
I tend towards to think the behaviour is an bug the the underlaying wxWidgets (GTK vs. MSW) implementation.
Does anybody have an idea how find the root cause?
Thank you,
Carsten