Viewer.py
changeset 10 112985848e1d
parent 8 7ceec5c40d77
child 13 69075340d6a9
--- a/Viewer.py	Thu Apr 12 17:26:07 2007 +0200
+++ b/Viewer.py	Fri Apr 13 16:45:55 2007 +0200
@@ -1464,6 +1464,9 @@
         self.InstancesGrid.SetRowLabelSize(0)
         self.InstancesTable.ResetView(self.InstancesGrid)
 
+    def SetMode(self, mode):
+        pass
+
     def RefreshTypeList(self):
         self.TypeList = ""
         blocktypes = self.Controler.GetBlockResource()