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/popup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/popup.cpp') diff --git a/src/gui/widgets/popup.cpp b/src/gui/widgets/popup.cpp index 2e9b3b99b..1f064329d 100644 --- a/src/gui/widgets/popup.cpp +++ b/src/gui/widgets/popup.cpp @@ -137,7 +137,7 @@ void Popup::safeDraw(Graphics *graphics) mSkin->getBorder()); } - drawChildren(graphics); + safeDrawChildren(graphics); BLOCK_END("Popup::safeDraw") } -- cgit v1.2.3-60-g2f50