Commit 6eed2b9c authored by Guillaume Seguin's avatar Guillaume Seguin

Whitespace

parent 01048e26
......@@ -416,8 +416,7 @@ class LogPaneToggleable(ToggleablePane):
def on_show(self):
self.splitter.SetSashPosition(self.splitter.GetSize()[0] - self.orig_width)
self.splitter.SetMinimumPaneSize(self.orig_min_size)
if hasattr(self.splitter, "SetSashSize"):
self.splitter.SetSashSize(self.orig_sash_size)
if hasattr(self.splitter, "SetSashSize"): self.splitter.SetSashSize(self.orig_sash_size)
if hasattr(self.splitter, "SetSashInvisible"): self.splitter.SetSashInvisible(False)
self.parentsizer.Layout()
......
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