# HG changeset patch
# User Laurent Bessard
# Date 1367480534 -7200
# Node ID 906fe7f2c0523a1e4803d4c3d42f831734e199ad
# Parent  baa09a1c7b1541d878b257187542cdfa1e1b6dd2
Removed call of deprecated function on wxSplitterWindow

diff -r baa09a1c7b15 -r 906fe7f2c052 editors/EditorPanel.py
--- a/editors/EditorPanel.py	Thu May 02 09:41:04 2013 +0200
+++ b/editors/EditorPanel.py	Thu May 02 09:42:14 2013 +0200
@@ -39,7 +39,6 @@
     def _init_ctrls(self, parent):
         wx.SplitterWindow.__init__(self, parent,
               style=wx.SUNKEN_BORDER|wx.SP_3D)
-        self.SetNeedUpdating(True)
         self.SetMinimumPaneSize(1)
         
         self._init_MenuItems()