Explorar o código

wxGUI/mapswipe: fix zooming box

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54976 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová %!s(int64=12) %!d(string=hai) anos
pai
achega
62762a8ae4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      gui/wxpython/mapswipe/frame.py

+ 1 - 0
gui/wxpython/mapswipe/frame.py

@@ -105,6 +105,7 @@ class SwipeMapFrame(DoubleMapFrame):
         Only for mirror mode.
         """
         if self._mode == 'swipe':
+            event.Skip()
             return
         coords = event.GetPosition()
         if showInFirst: