With a certain combination of flexible grid sizers and contents with wxEXPAND set, if the root wxPanel has its size set to -1, -1, the entire CodeLite application hangs and must be killed, resulting in loss of any unsaved changes. The standalone wxCrafter also hangs in the same way.
Steps to reproduce:
Open the attached wxcp file either in CodeLite wxCrafter plugin or wxCrafter stand-alone.
Select "CrasherBase"
In its Size field, enter "-1, -1" and press Enter
The application freezes.
You do not have the required permissions to view the files attached to this post.
I can replicate that, also in jessie. From the backtrace it seems to be a problem with wx code, or gtk or both.
I suspect it would hang in the same way if you reproduced it in code (or created the code from the wxcp as-is, then changed it by hand to -1,-1) and built/ran the project.
Regards,
David
You do not have the required permissions to view the files attached to this post.