mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 01:15:57 +08:00
Merge branch 'master' of github.com:Ultimaker/cura
This commit is contained in:
commit
9ce7658c56
@ -41,6 +41,10 @@ class CuraSplashScreen(QSplashScreen):
|
||||
self._loading_image_rotation_angle -= 10
|
||||
self.repaint()
|
||||
|
||||
# Override the mousePressEvent so the splashscreen doesn't disappear when clicked
|
||||
def mousePressEvent(self, mouse_event):
|
||||
pass
|
||||
|
||||
def drawContents(self, painter):
|
||||
if self._to_stop:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user