[Kstars-devel] branches/kstars/summer/kstars/kstars/tools

Prakash Mohan prak902000 at gmail.com
Sat Jun 27 23:33:54 CEST 2009


SVN commit 988357 by prakash:

Fixing a small bug, hiding the ImagePreview at init.

CCMAIL: kstars-devel at kde.org


 M  +1 -0      observinglist.cpp  


--- branches/kstars/summer/kstars/kstars/tools/observinglist.cpp #988356:988357
@@ -126,6 +126,7 @@
     ui->DateEdit->setDate(dt.date());
     ui->SetLocation->setText( geo -> fullName() );
     ui->ImagePreview->installEventFilter( this );
+    ui->ImagePreview->hide();
     //Connections
     connect( this, SIGNAL( closeClicked() ), this, SLOT( slotClose() ) );
     connect( ui->TableView, SIGNAL( doubleClicked( const QModelIndex& ) ),


More information about the Kstars-devel mailing list