Skip to content
Snippets Groups Projects
Commit 2293ecc1 authored by slevy's avatar slevy
Browse files

Implement picking. This basically involves cloning the code from Gview.cc.

This really needs to be done in an intermediate superclass!
All these changes really in previous revision; just missed typing in comments then.
parent 7f1dc411
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ void Fl_Plot::draw() {
}
}
glPopMatrix();
/* Draw axes */
draw_axis( x0_, x1_, -.01, -.04, .1, "n", xtitle() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment