瀏覽代碼

wxGUI/mapswipe: fix zooming box

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54976 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 12 年之前
父節點
當前提交
62762a8ae4
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: