chiark / gitweb /
Add a 100ms timeout to the splash screen to allow it to show
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Sun, 28 Dec 2014 01:36:24 +0000 (20:36 -0500)
committerSteven Abadie <steven@alephobjects.com>
Tue, 30 Dec 2014 22:34:11 +0000 (15:34 -0700)
commit0dd10e033df7b4db99320b2a83d2f56c55211e08
treea84b538f5b6422af673aa28562d38970b33e3047
parent60f566c41116f63b8dcc4146e5f8ed920db01f09
Add a 100ms timeout to the splash screen to allow it to show
Without it, the callback would get called before the splash screen
events got processed (such as Paint?) which will cause the splash
screen not to appear or to appear as a grey rectangle without the image
This could potentially fix issue #14
Cura/gui/splashScreen.py