Ticket #1814 (closed defect: fixed)

Opened 4 months ago

Last modified 3 months ago

"show axes" and "show grid" always checked when running with Application3D

Reported by: michael Owned by: mathieu
Priority: minor Milestone: GeoGebra 5.0
Component: GUI Keywords:
Cc: Estimate (h): 0
Progress (%): 100

Description

This code breaks ContextMenuGraphicsWindow for the 2D views

	@Override
	public void setShowAxesSelected(JCheckBoxMenuItem cb) {
		cb.setSelected(getEuclidianView3D().axesAreAllVisible());
	}

Change History

comment:1 Changed 3 months ago by mathieu

  • Status changed from new to closed
  • Progress (%) changed from 0 to 100
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.