Merge branch '3.3'

This commit is contained in:
Ghostkeeper 2018-04-13 16:14:23 +02:00
commit 133f6f43fe
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
18 changed files with 74 additions and 63 deletions

View file

@ -705,7 +705,7 @@ class CuraApplication(QtApplication):
self._post_start_timer.timeout.connect(self._onPostStart)
self._post_start_timer.start()
Logger.log("d", "Booting Cura took %s seconds", time.time() - self._boot_loading_time)
self.exec_()
def _onPostStart(self):