[Kstars-devel] branches/kstars/summer/kstars/kstars/tools
Prakash Mohan
prak902000 at gmail.com
Sat May 30 16:12:52 CEST 2009
SVN commit 975525 by prakash:
Clearing the selections when doing a Change Tab.
This is essential as we are setting the currentItem to NULL.
CCMAIL: kstars-devel at kde.org
M +2 -0 observinglist.cpp
--- branches/kstars/summer/kstars/kstars/tools/observinglist.cpp #975524:975525
@@ -1146,6 +1146,8 @@
ui->WizardButton->setEnabled( false );
else
ui->WizardButton->setEnabled( true );
+ ui->TableView->clearSelection();
+ ui->SessionView->clearSelection();
//Clear the user log text box.
saveCurrentUserLog();
ui->NotesEdit->setPlainText("");
More information about the Kstars-devel
mailing list