git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@663
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool wxDC::Ok(void) const
{
- wxASSERT_MSG( !ok, "invalid display context" );
+ wxASSERT_MSG( m_ok, "invalid display context" );
return m_ok;
}
bool wxDC::Ok(void) const
{
- wxASSERT_MSG( !ok, "invalid display context" );
+ wxASSERT_MSG( m_ok, "invalid display context" );
return m_ok;
}
if (win)
return win->MSWCommand(cmd, id);
+/*
if (wxCurrentPopupMenu)
{
wxMenu *popupMenu = wxCurrentPopupMenu;
if (!popupMenu->MSWCommand(cmd, id))
return TRUE;
}
+*/
switch (id)
{