Committing in .
OpenVMS issue Modified Files: wxWidgets/src/motif/toplevel.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,8 +69,14 @@ static void wxTLWEventHandler( Widget wid,
|
|||||||
|
|
||||||
void wxTopLevelWindowMotif::PreDestroy()
|
void wxTopLevelWindowMotif::PreDestroy()
|
||||||
{
|
{
|
||||||
|
#ifdef __VMS
|
||||||
|
#pragma message disable codcauunr
|
||||||
|
#endif
|
||||||
if ( (GetWindowStyleFlag() & wxDIALOG_MODAL) != wxDIALOG_MODAL )
|
if ( (GetWindowStyleFlag() & wxDIALOG_MODAL) != wxDIALOG_MODAL )
|
||||||
wxModelessWindows.DeleteObject(this);
|
wxModelessWindows.DeleteObject(this);
|
||||||
|
#ifdef __VMS
|
||||||
|
#pragma message enable codcauunr
|
||||||
|
#endif
|
||||||
|
|
||||||
m_icons.m_icons.Empty();
|
m_icons.m_icons.Empty();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user