Commit 51e99c44 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix sash position restore for wx2.8

parent 78329079
......@@ -277,6 +277,7 @@ class PronterWindow(MainWindow, pronsole.pronsole):
self.settings.controlsmode == "Mini")
if hasattr(self, "splitterwindow"):
self.splitterwindow.SetSashPosition(self.settings.last_sash_position)
def splitter_resize(event):
self.splitterwindow.UpdateSize()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment