git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14166
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
consumer->PerformAction(wxACTION_TOPLEVEL_BUTTON_PRESS, m_winPressed);
return TRUE;
}
consumer->PerformAction(wxACTION_TOPLEVEL_BUTTON_PRESS, m_winPressed);
return TRUE;
}
- else if ( hit & wxHT_TOPLEVEL_TITLEBAR )
+ else if ( (hit & wxHT_TOPLEVEL_TITLEBAR) && !w->IsMaximized() )
{
consumer->PerformAction(wxACTION_TOPLEVEL_MOVE);
return TRUE;
{
consumer->PerformAction(wxACTION_TOPLEVEL_MOVE);
return TRUE;