mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Setting message now also forces repaint
CURA-4343
This commit is contained in:
parent
fbeee47fdb
commit
e0480528a0
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class CuraSplashScreen(QSplashScreen):
|
|||
self._current_message = message
|
||||
self.messageChanged.emit(message)
|
||||
QCoreApplication.flush()
|
||||
self.repaint()
|
||||
|
||||
def close(self):
|
||||
# set stop flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue