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)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Sun, 28 Dec 2014 01:36:26 +0000 (20:36 -0500)
commit6d4aa6788343f96bd5c01efe061b2d3b5caffe58
tree6ab803478d94b58d70a1e85f19ad66eed0865971
parentd06acf6eda1ea81fdc2d3919b0e5218f83ae22c5
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