26 lines
693 B
Diff
26 lines
693 B
Diff
From 675b0ec27be2cd2789edd56d991b17fcb467a4cb Mon Sep 17 00:00:00 2001
|
|
From: Jasper Chan <jasperchan515@gmail.com>
|
|
Date: Sat, 17 Nov 2018 01:27:37 -0800
|
|
Subject: [PATCH] Remove crashing line
|
|
|
|
---
|
|
UM/Qt/Bindings/MainWindow.py | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git UM/Qt/Bindings/MainWindow.py UM/Qt/Bindings/MainWindow.py
|
|
index 72d76d8e..ab48cbc5 100644
|
|
--- UM/Qt/Bindings/MainWindow.py
|
|
+++ UM/Qt/Bindings/MainWindow.py
|
|
@@ -73,8 +73,6 @@ class MainWindow(QQuickWindow):
|
|
|
|
self._viewport_rect = QRectF(0, 0, 1.0, 1.0)
|
|
|
|
- self.closing.connect(self.preClosing)
|
|
-
|
|
Application.getInstance().setMainWindow(self)
|
|
self._fullscreen = False
|
|
|
|
--
|
|
2.19.1
|
|
|