From f95c1a5f2f7e21a0700bcbe0335183001f8fcd26 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 28 Oct 2010 07:13:17 +0000 Subject: [PATCH] revert the Fl::check() removal in drawCurrentOpenglWindow: it breaks all GL2PS output... --- Fltk/FlGui.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp index 9fc4856e5c..7fc4630808 100644 --- a/Fltk/FlGui.cpp +++ b/Fltk/FlGui.cpp @@ -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) { -- GitLab