[Kstars-devel] KDE/kdeedu/kstars/kstars/comast
Prakash Mohan
prak902000 at gmail.com
Tue Aug 18 14:46:58 CEST 2009
SVN commit 1012954 by prakash:
The Aperture field wasn't getting updated on new selections on the Scope List. Fixing that.
CCMAIL: kstars-devel at kde.org
M +1 -0 equipmentwriter.cpp
--- trunk/KDE/kdeedu/kstars/kstars/comast/equipmentwriter.cpp #1012953:1012954
@@ -109,6 +109,7 @@
ui.Vendor->setText( s->vendor() );
ui.Type->setCurrentIndex( ui.Type->findText( s->type() ) );
ui.FocalLength->setValue( s->focalLength() );
+ ui.Aperture->setValue( s->aperture() );
newScope = false;
}
}
More information about the Kstars-devel
mailing list