Page 2 of 2

Re: SIGSEGV When calling wxFrame::ShowFullScreen

Posted: Thu Mar 14, 2019 5:35 pm
by doublemax
As the documentation for ShowFullScreen says:
Showing a window full screen also actually Show()s the window if it isn't shown.
... i would consider this a bug.

Please open a ticket at http://trac.wxwidgets.org

Re: SIGSEGV When calling wxFrame::ShowFullScreen

Posted: Thu Mar 14, 2019 6:04 pm
by ONEEYEMAN
Hi,
Do you have a backtrace at the time of the crash?
If not - can you run the sample under the debugger?

Thank you.