wxMouseEvent::Moving() shouldn't return true when we're really dragging the mouse

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-10-16 07:55:25 +00:00
parent 8a7dfb14a2
commit 6f63704ff4
3 changed files with 56 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
new colours
- wxWindow::Clear() is now called ClearBackground()
- pointer returned by wxFont::GetNativeFontInfo() must not be deleted now
- wxMouseEvent::Moving() doesn't return true if mouse is being dragged
DEPRECATED METHODS SINCE 2.4.x