Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gray splash screen on Linux #100

Merged
merged 2 commits into from
Dec 10, 2014
Merged

Commits on Dec 10, 2014

  1. Force a repaint of the splash screen.

    Ensures the image is painted promptly and does not wait for the event loop
    to start. If the ApplicationWindow constructor takes too long then
    the event loop paint events don't start and the image only gets painted
    at the end.
    Refs #10741
    martyngigg committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    2570e59 View commit details
    Browse the repository at this point in the history
  2. Remove the forced 1 second sleep statement from main.

    It only holds up startup even and doesn't seem to be required any
    longer.
    Refs #10741
    martyngigg committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    7d1e914 View commit details
    Browse the repository at this point in the history