Skip to content
Snippets Groups Projects
Commit 0135c966 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

tweak

parent cd51f279
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,7 @@ void openglWindow::draw()
glDisable(GL_BLEND);
glDisable(GL_LINE_STIPPLE);
glEnable(GL_DEPTH_TEST);
glDrawBuffer(GL_BACK);
}
else if(addPointMode) {
// draw the whole scene and the point to add
......@@ -397,7 +398,7 @@ int openglWindow::handle(int event)
}
_click.set(_ctx, Fl::event_x(), Fl::event_y());
_prev.set(_ctx, Fl::event_x(), Fl::event_y());
FlGui::instance()->manip->update();
FlGui::instance()->manip->update();
return 1;
case FL_RELEASE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment