Don't update position variables from window dragging code.

Let "configure-event" handler do it so it can also generate proper move events.
closes #15904


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-02-06 17:27:25 +00:00
parent b1f088b60d
commit e64d851a83
2 changed files with 1 additions and 4 deletions

View File

@@ -609,6 +609,7 @@ wxGTK:
also fixes wxOwnerDrawnComboBox, wxDatePickerCtrl.
- Fix cursor inheritance.
- Fix wxStaticBoxSizer size calculation
- Fix AUI panel re-docking
wxMSW: