Fix strange Fluxbox maximise behaviour. Closes LP#1201454

This commit is contained in:
Stephen Boddy 2013-09-03 13:38:09 +02:00
parent c8b6268835
commit 152b233cab
1 changed files with 2 additions and 0 deletions

View File

@ -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