|
|
|
@ -1578,7 +1578,7 @@ void SkyMap::drawPlanetTrail( TQPainter& psky, KSPlanetBase *ksp, double scale )
|
|
|
|
|
if ( ( o.x() >= -1000 && o.x() <= Width+1000 && o.y() >=-1000 && o.y() <= Height+1000 ) ) {
|
|
|
|
|
|
|
|
|
|
//Want to disable line-drawing if this point and the last are both outside bounds of display.
|
|
|
|
|
if ( ! TQT_TQRECT_OBJECT(rect()).contains( o ) && ! TQT_TQRECT_OBJECT(rect()).contains( cur ) ) doDrawLine = false;
|
|
|
|
|
if ( ! rect().contains( o ) && ! rect().contains( cur ) ) doDrawLine = false;
|
|
|
|
|
cur = o;
|
|
|
|
|
|
|
|
|
|
if ( doDrawLine ) {
|
|
|
|
|