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

revert the Fl::check() removal in drawCurrentOpenglWindow: it breaks all GL2PS output...

parent 628e255a
No related branches found
No related tags found
No related merge requests found
......@@ -63,10 +63,7 @@ class drawContextFltk : public drawContextGlobal{
if(make_current) gl->make_current();
gl->redraw();
glFlush();
// drawCurrentOpenglWindow is currently only used when filling the pixel
// buffer for bitmap image creation. To avoid spurious asynchronous gui
// events fired while creating the picture, don't call check():
// FlGui::instance()->check();
FlGui::instance()->check();
}
int getFontIndex(const char *fontname)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment