reverted use of DeferWindowPos() instead of MoveWindow()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -422,10 +422,6 @@ protected:
|
||||
// the old window proc (we subclass all windows)
|
||||
WXFARPROC m_oldWndProc;
|
||||
|
||||
// the current multi-window move structure handle, NULL if window resize is
|
||||
// not in process
|
||||
WXHANDLE m_hDWP;
|
||||
|
||||
// additional (MSW specific) flags
|
||||
bool m_mouseInWindow:1;
|
||||
bool m_lastKeydownProcessed:1;
|
||||
|
Reference in New Issue
Block a user