From 7fa9017f0fc8d6a0771d2f3e40a48c628b3845fd Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 1 Jul 2012 23:01:18 +0200 Subject: [PATCH] Another attempt to fix #8203. Get rid of updateDialogs() altogether as in r39880. --- src/frontends/qt4/GuiWorkArea.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index d4d9e5fe02..df9dfe8150 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -1349,7 +1349,6 @@ void GuiWorkArea::setReadOnly(bool read_only) return; read_only_ = read_only; updateWindowTitle(); - lyx_view_->updateDialogs(); } -- 2.39.5