From: Youness Alaoui Date: Mon, 27 Jul 2015 17:19:24 +0000 (-0400) Subject: Propagate the size event on the new print window X-Git-Tag: lulzbot-15.02.1-2.01~57^2~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e8cd523b3e8fec71d1cc0468057c63371be4feb2;p=cura.git Propagate the size event on the new print window --- diff --git a/Cura/gui/printWindow.py b/Cura/gui/printWindow.py index 45298d4f..85305ad2 100644 --- a/Cura/gui/printWindow.py +++ b/Cura/gui/printWindow.py @@ -709,6 +709,7 @@ class printWindowAdvanced(wx.Frame): # will be bigger than it should be until a power warning change self.Layout() self.Fit() + e.Skip() def OnClose(self, e): if self._printerConnection.hasActiveConnection():