[GRASS-SVN] r66412 - grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 4 05:10:23 PDT 2015


Author: martinl
Date: 2015-10-04 05:10:23 -0700 (Sun, 04 Oct 2015)
New Revision: 66412

Modified:
   grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py
Log:
wx.metadata: fix object has no attribute 'TR_COLUMN_LINES'

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py	2015-10-04 12:09:13 UTC (rev 66411)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py	2015-10-04 12:10:23 UTC (rev 66412)
@@ -848,7 +848,7 @@
         """Test Tree constructor."""
         super(MdDataCatalog, self).__init__(parent=parent,
                                             style=wx.TR_MULTIPLE | wx.TR_HIDE_ROOT | wx.TR_HAS_BUTTONS |
-                                                  wx.TR_FULL_ROW_HIGHLIGHT | wx.TR_COLUMN_LINES)
+                                                  wx.TR_FULL_ROW_HIGHLIGHT)
         tgis.init(True)
         self.dbif = tgis.SQLDatabaseInterfaceConnection()
         self.dbif.connect()



More information about the grass-commit mailing list