From e8cd523b3e8fec71d1cc0468057c63371be4feb2 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Mon, 27 Jul 2015 13:19:24 -0400 Subject: [PATCH] Propagate the size event on the new print window --- Cura/gui/printWindow.py | 1 + 1 file changed, 1 insertion(+) 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(): -- 2.30.2