mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Merge branch '3.3'
This commit is contained in:
commit
56e80bb518
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ class CuraApplication(QtApplication):
|
||||||
# initialized, for example opening files because they may show dialogs which can be closed due to incomplete
|
# initialized, for example opening files because they may show dialogs which can be closed due to incomplete
|
||||||
# GUI initialization.
|
# GUI initialization.
|
||||||
self._post_start_timer = QTimer(self)
|
self._post_start_timer = QTimer(self)
|
||||||
self._post_start_timer.setInterval(700)
|
self._post_start_timer.setInterval(1000)
|
||||||
self._post_start_timer.setSingleShot(True)
|
self._post_start_timer.setSingleShot(True)
|
||||||
self._post_start_timer.timeout.connect(self._onPostStart)
|
self._post_start_timer.timeout.connect(self._onPostStart)
|
||||||
self._post_start_timer.start()
|
self._post_start_timer.start()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue