some controls cannot be seen in dialog window
Posted: Mon Nov 09, 2015 8:59 am
Your codelite version: 9.0, 9.01, 9.02
Is it a self compiled version of codelite: download from official sit
Your OS: Windows 10
Compiler version: mingw x86_64-4.9.3
I have found that some controls (just buttons) in the bottom of dialog cannot be displayed.
After many trials, I also found that when I enabled the flag wxRESIZE_BORDER and executed the program once, those controls can be displayed in spite of wxRESIZE_BORDER is disable.
However, if I have never enabled the flag wxRESIZE_BORDER, those controls cannot be seen because the dialog cannot adjust the window size to contain those controls.
Is it a bug??
Is it a self compiled version of codelite: download from official sit
Your OS: Windows 10
Compiler version: mingw x86_64-4.9.3
I have found that some controls (just buttons) in the bottom of dialog cannot be displayed.
After many trials, I also found that when I enabled the flag wxRESIZE_BORDER and executed the program once, those controls can be displayed in spite of wxRESIZE_BORDER is disable.
However, if I have never enabled the flag wxRESIZE_BORDER, those controls cannot be seen because the dialog cannot adjust the window size to contain those controls.
Is it a bug??