Fix maximise in Fluxbox. Possibly also Windows w/Xming too. Closes LP#1201454
This commit is contained in:
commit
1a29e52db5
|
@ -598,6 +598,8 @@ class Window(Container, gtk.Window):
|
||||||
def set_rough_geometry_hints(self):
|
def set_rough_geometry_hints(self):
|
||||||
"""Walk all the terminals along the top and left edges to fake up how
|
"""Walk all the terminals along the top and left edges to fake up how
|
||||||
many columns/rows we sort of have"""
|
many columns/rows we sort of have"""
|
||||||
|
if self.ismaximised == True:
|
||||||
|
return
|
||||||
if not hasattr(self, 'cached_maker'):
|
if not hasattr(self, 'cached_maker'):
|
||||||
self.cached_maker = Factory()
|
self.cached_maker = Factory()
|
||||||
maker = self.cached_maker
|
maker = self.cached_maker
|
||||||
|
|
Loading…
Reference in New Issue