chiark / gitweb /
Propagate the size event on the new print window
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Mon, 27 Jul 2015 17:19:24 +0000 (13:19 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Mon, 27 Jul 2015 17:19:24 +0000 (13:19 -0400)
Cura/gui/printWindow.py

index 45298d4f21e46d97f31d58c3aeae4557f198af4f..85305ad2a11538a95403ce56fadb5d69e5a1c8c1 100644 (file)
@@ -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():