Hang when setting root panel size to -1,-1
Posted: Fri May 13, 2016 7:07 pm
CodeLite 9.1.6 on Debian Jessie x64
gcc-4.9
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:
gcc-4.9
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.