[GRASS-SVN] r57207 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 18 05:42:52 PDT 2013
Author: annakrat
Date: 2013-07-18 05:42:52 -0700 (Thu, 18 Jul 2013)
New Revision: 57207
Modified:
grass/trunk/gui/wxpython/gui_core/widgets.py
Log:
wxGUI: fix dialog styles on Windows
Modified: grass/trunk/gui/wxpython/gui_core/widgets.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/widgets.py 2013-07-18 12:27:01 UTC (rev 57206)
+++ grass/trunk/gui/wxpython/gui_core/widgets.py 2013-07-18 12:42:52 UTC (rev 57207)
@@ -143,6 +143,7 @@
"""!Highlighted tab name should be removed."""
page = event.GetSelection()
self.RemoveHighlight(page)
+ event.Skip()
def RemoveHighlight(self, page):
"""!Removes highlight string from notebook tab name if necessary.
More information about the grass-commit
mailing list