diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp
index 9fc4856e5c1417fe52035c394e2ad77f787adc9d..7fc46308089bf90142cab791bb807da47effb761 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)
   {