[Kstars-devel] KDE/kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Fri Aug 10 23:53:18 CEST 2007
SVN commit 698746 by harris:
Move show() to after applyConfig() in KStars::datainitFinished(), so
that the color scheme will be applied on the first draw when the program
starts (the first draw had been done with the default color scheme).
CCMAIL: kstars-devel at kde.org
M +3 -3 kstarsinit.cpp
--- trunk/KDE/kdeedu/kstars/kstars/kstarsinit.cpp #698745:698746
@@ -601,15 +601,15 @@
connect( data(), SIGNAL( clearCache() ), this,
SLOT( clearCachedFindDialog() ) );
- //show the window. must be before kswizard and messageboxes
- show();
-
//Initialize focus
initFocus();
//Propagate config settings
applyConfig();
+ //show the window. must be before kswizard and messageboxes
+ show();
+
//If this is the first startup, show the wizard
if ( Options::runStartupWizard() ) {
slotWizard();
More information about the Kstars-devel
mailing list