From 152b233cab04242081a271e30f8079bb447fbd31 Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Tue, 3 Sep 2013 13:38:09 +0200 Subject: [PATCH] Fix strange Fluxbox maximise behaviour. Closes LP#1201454 --- terminatorlib/window.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terminatorlib/window.py b/terminatorlib/window.py index 8e5cc28d..826ed670 100755 --- a/terminatorlib/window.py +++ b/terminatorlib/window.py @@ -597,6 +597,8 @@ class Window(Container, gtk.Window): def set_rough_geometry_hints(self): """Walk all the terminals along the top and left edges to fake up how many columns/rows we sort of have""" + if self.ismaximised == True: + return if not hasattr(self, 'cached_maker'): self.cached_maker = Factory() maker = self.cached_maker