Selaa lähdekoodia

wxGUI: fix dialog styles on Windows

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57207 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 11 vuotta sitten
vanhempi
commit
812d596c43
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      gui/wxpython/gui_core/widgets.py

+ 1 - 0
gui/wxpython/gui_core/widgets.py

@@ -143,6 +143,7 @@ class NotebookController:
         """!Highlighted tab name should be removed."""
         """!Highlighted tab name should be removed."""
         page = event.GetSelection()
         page = event.GetSelection()
         self.RemoveHighlight(page)
         self.RemoveHighlight(page)
+        event.Skip()
 
 
     def RemoveHighlight(self, page):
     def RemoveHighlight(self, page):
         """!Removes highlight string from notebook tab name if necessary.
         """!Removes highlight string from notebook tab name if necessary.