From 0d59a002c01013b491ae8d1db5b2a088824cf9d0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 14 Feb 2003 20:05:47 +0000 Subject: [PATCH] sync before changing the ignore_errors state --- otk/display.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otk/display.cc b/otk/display.cc index 9ab8ed2f..87794f44 100644 --- a/otk/display.cc +++ b/otk/display.cc @@ -215,9 +215,9 @@ const RenderControl *Display::renderControl(int snum) const void Display::setIgnoreErrors(bool t) { - _ignore_errors = t; // sync up so that anything already sent is/isn't ignored! XSync(_display, false); + _ignore_errors = t; } void Display::grab() -- 2.39.2