Problem fixed, removed comments about it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-02-06 22:18:40 +00:00
parent 96b3fa7c71
commit 5a311edb0c

View File

@@ -1,7 +1,6 @@
#
# 11/21/2003 - Jeff Grimmett (grimmtooth@softhome.net)
#
# o EVT_STC_DRAG_OVER event GetdragResult() is not an int
# o wx.TheClipboard.Flush() generates a warning on program exit.
#
@@ -88,8 +87,6 @@ class MySTC(stc.StyledTextCtrl):
def OnDragOver(self, evt):
#Todo: evt.GetdragResult() response is not an int
self.log.write(
"OnDragOver: x,y=(%d, %d) pos: %d DragResult: %d\n"
% (evt.GetX(), evt.GetY(), evt.GetPosition(), evt.GetDragResult())