[Kstars-devel] branches/kstars/summer/kstars/kstars/comast
Prakash Mohan
prak902000 at gmail.com
Tue Aug 11 06:12:33 CEST 2009
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 at 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() ),
More information about the Kstars-devel
mailing list