From 1f4410ab9ac4064ff0cfb0fd31b4e942bee82277 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 May 2015 21:47:57 +0300 Subject: Add method safeDrawChildren for safe OpenGL renderer. --- src/gui/widgets/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/window.cpp') diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp index ec51c3bd8..f45e93362 100644 --- a/src/gui/widgets/window.cpp +++ b/src/gui/widgets/window.cpp @@ -434,7 +434,7 @@ void Window::safeDraw(Graphics *graphics) x, mCaptionOffsetY); } - drawChildren(graphics); + safeDrawChildren(graphics); BLOCK_END("Window::safeDraw") } -- cgit v1.2.3-60-g2f50