wxWidgets/src/ribbon
Vadim Zeitlin eeccbf98f4 Don't crash when dismissing expanded ribbon panel.
The parent of wxRibbonPanel is not always a wxRibbonPage, it can also be the
containing wxFrame itself if the panel is a temporarily expanded one created
when the user clicks a panel reduced to a button. So don't rely on the cast of
the parent to wxRibbonPage to always work. This is ugly but at least avoids a
crash.

Closes #16215.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-05-02 14:19:48 +00:00
..
art_aui.cpp avoid warnings about double-to-float conversion 2014-04-06 19:33:26 +00:00
art_internal.cpp avoid warnings about double-to-float conversion 2014-04-06 19:33:26 +00:00
art_msw.cpp adding wxFALLTHROUGH where until now we had comments, allows for code-analysis support 2014-04-26 17:36:32 +00:00
bar.cpp Add more precise wxRibbonBar::ShowPanels() overload. 2014-04-04 15:28:51 +00:00
buttonbar.cpp adding wxFALLTHROUGH where until now we had comments, allows for code-analysis support 2014-04-26 17:36:32 +00:00
control.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
descrip.mms Include compilation of tests for OpenVMS (part1) 2010-12-15 09:51:48 +00:00
gallery.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
page.cpp Add wxOVERRIDE and use it in common and wxOSX code. 2014-03-20 13:26:28 +00:00
panel.cpp Don't crash when dismissing expanded ribbon panel. 2014-05-02 14:19:48 +00:00
toolbar.cpp Fix memory leak in wxRibbonToolBar in case of error. 2014-02-21 00:51:58 +00:00