SVN commit 1009876 by prakash: Disabling the slew scope and the next page buttons on loading the execute ui. The buttons should be enabled only when a valid object is selected. CCMAIL: kstars-devel@kde.org M +2 -0 execute.cpp --- branches/kstars/summer/kstars/kstars/comast/execute.cpp #1009875:1009876 @@ -60,6 +60,8 @@ ui.Target->hide(); ui.AddObject->hide(); ui.NextButton->hide(); + ui.NextButton->setEnabled( false ); + ui.Slew->setEnabled( false ); //make connections connect( this, SIGNAL( user1Clicked() ), _______________________________________________ Kstars-devel mailing list Kstars-devel@kde.org https://mail.kde.org/mailman/listinfo/kstars-devel