Fix maximise in Fluxbox. Possibly also Windows w/Xming too. Closes LP#1201454

This commit is contained in:
Stephen Boddy 2013-09-03 19:57:12 +02:00
commit 1a29e52db5
1 changed files with 2 additions and 0 deletions

View File

@ -598,6 +598,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