Debugger/WatchPointViewer.py

branch
5_1_x
changeset 1533
087aa177764a
parent 1510
e75ecf2bd9dd
--- a/Debugger/WatchPointViewer.py	Fri Jan 06 13:06:46 2012 +0100
+++ b/Debugger/WatchPointViewer.py	Sun Jan 08 20:07:13 2012 +0100
@@ -74,7 +74,6 @@
         """
         Private slot to perform a layout operation.
         """
-        self.doItemsLayout()
         self.__resizeColumns()
         self.__resort()
         
@@ -410,4 +409,4 @@
         """
         Private method to open the configuration dialog.
         """
-        e5App().getObject("UserInterface").showPreferences("debuggerGeneralPage")
\ No newline at end of file
+        e5App().getObject("UserInterface").showPreferences("debuggerGeneralPage")

eric ide

mercurial