summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Gl_Window.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx
index f16f3ef28..e9b10ca7e 100644
--- a/src/Fl_Gl_Window.cxx
+++ b/src/Fl_Gl_Window.cxx
@@ -84,6 +84,10 @@ void Fl_Gl_Window::show() {
#endif
}
Fl_Window::show();
+
+#ifdef __APPLE__
+ set_visible();
+#endif /* __APPLE__ */
}
void Fl_Gl_Window::invalidate() {