diff --git a/src/univ/topluniv.cpp b/src/univ/topluniv.cpp index 869a53a14a..6392765ed6 100644 --- a/src/univ/topluniv.cpp +++ b/src/univ/topluniv.cpp @@ -680,7 +680,7 @@ bool wxStdFrameInputHandler::HandleMouse(wxInputConsumer *consumer, 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;