Viewer.py
changeset 669 4d02a5f4e766
parent 667 baab9eb5b8ad
child 670 c9ccacf35cf1
--- a/Viewer.py	Sun Apr 01 17:08:49 2012 +0200
+++ b/Viewer.py	Fri Apr 06 11:08:04 2012 +0200
@@ -2965,7 +2965,7 @@
 #-------------------------------------------------------------------------------
 
     def OnScrollWindow(self, event):
-        if self.Editor.HasCapture():
+        if self.Editor.HasCapture() and self.StartMousePos:
             return
         if wx.Platform == '__WXMSW__':
             wx.CallAfter(self.RefreshVisibleElements)