ProjectController.py
changeset 1484 d5efbb20927e
parent 1451 94e620cbd9de
child 1511 91538d0c242c
--- a/ProjectController.py	Mon Apr 18 19:18:11 2016 +0300
+++ b/ProjectController.py	Tue Apr 19 12:15:51 2016 +0300
@@ -1505,7 +1505,11 @@
         if connector is not None:
             if self.StatusTimer is not None:
                 # Start the status Timer
-                self.StatusTimer.Start(milliseconds=500, oneShot=False)
+                # Suppress WXDEBUG assertions, as happens by default with wx2.8
+                try:
+                    self.StatusTimer.Start(milliseconds=500, oneShot=False)
+                except:
+                    pass
         else:
             if self.StatusTimer is not None:
                 # Stop the status Timer