Revision 8007cba...

Go back to digest for 4th November 2012

Bug Fixes in Development Tools

Milian Wolff committed changes in [kdevelop/4.4] app/main.cpp:

Call ::repaint explicitly on the QSplashScreen after showing it.

This ensures that we actually see the configured pixmap instead of
an ugly grey rectangle. The reason is apparently that at this stage
we do not have an event loop running. See also QSplashScreen::repaint
documentation:

> This overrides QWidget::repaint(). It differs from the standard repaint
> function in that it also calls QApplication::flush() to ensure the
> updates are displayed, even when there is no event loop present.

File Changes

Modified 1 files
  • app/main.cpp
1 files changed in total