Skip to content

Commit

Permalink
topcat: fix bug reversing cube/sphere navigation help buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor authored and mmpcn committed Nov 27, 2014
1 parent 3ffa328 commit c735c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions topcat/src/docs/sun253.xml
Expand Up @@ -20301,6 +20301,7 @@ introduced since the last version:
<li>Add CDS X-Match Upload Window. The button for this replaces the
MultiCone button in the main Control Window toolbar.
MultiCone is now for most purposes deprecated.</li>
<li>Fixed bug reversing cube and sphere navigation help buttons.</li>
</ul>
</p></dd>

Expand Down
Expand Up @@ -35,7 +35,7 @@ public class CubeAxisController
*/
public CubeAxisController( boolean isIso, ControlStack stack ) {
super( new CubeSurfaceFactory( isIso ),
isIso ? "cubeNavigation" : "sphereNavigation",
isIso ? "sphereNavigation" : "cubeNavigation",
createAxisLabelKeys(), stack );
isIso_ = isIso;
final SurfaceFactory<CubeSurfaceFactory.Profile,CubeAspect> surfFact =
Expand Down

0 comments on commit c735c59

Please sign in to comment.