Make Selection::parent() work for stars.

ver1_6_1
Chris Laurel 2008-02-08 04:13:51 +00:00
parent 235a15aca7
commit 9d6e767c05
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ Selection Selection::parent() const
break;
case Type_Star:
return Selection(star()->getOrbitBarycenter());
case Type_DeepSky:
// Currently no hierarchy for stars and deep sky objects.
return Selection();