Ticket #1814 (closed defect: fixed)
"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
Note: See
TracTickets for help on using
tickets.

Fixed at revision
http://www.geogebra.org/trac/changeset/15548