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/windows/connectiondialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/windows/connectiondialog.cpp') diff --git a/src/gui/windows/connectiondialog.cpp b/src/gui/windows/connectiondialog.cpp index a01d7e353..d7d099d38 100644 --- a/src/gui/windows/connectiondialog.cpp +++ b/src/gui/windows/connectiondialog.cpp @@ -85,6 +85,6 @@ void ConnectionDialog::safeDraw(Graphics *graphics) { BLOCK_START("ConnectionDialog::draw") // Don't draw the window background, only draw the children - drawChildren(graphics); + safeDrawChildren(graphics); BLOCK_END("ConnectionDialog::draw") } -- cgit v1.2.3-60-g2f50