[Kstars-devel] branches/kstars/summer/kstars/kstars
Prakash Mohan
prak902000 at gmail.com
Tue May 26 15:17:56 CEST 2009
SVN commit 973075 by prakash:
The skymap should draw the red braces to the objects in the SessionList rather than the WishList
CCMAIL: kstars-devel at kde.org
M +2 -2 skymapdraw.cpp
--- branches/kstars/summer/kstars/kstars/skymapdraw.cpp #973074:973075
@@ -377,8 +377,8 @@
int penWidth = int(m_Scale);
psky.setPen( QPen( QColor( data->colorScheme()->colorNamed( "ObsListColor" ) ), penWidth ) );
- if ( ks && ks->observingList()->obsList().size() ) {
- foreach ( SkyObject* obj, ks->observingList()->obsList() ) {
+ if ( ks && ks->observingList()->SessionList().size() ) {
+ foreach ( SkyObject* obj, ks->observingList()->SessionList() ) {
if ( checkVisibility( obj ) ) {
QPointF o = toScreen( obj );
More information about the Kstars-devel
mailing list