From: Scott Kostyshak Date: Sun, 8 Apr 2018 21:29:37 +0000 (-0400) Subject: Whitespace X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3642 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f648f259914b763c27d452f5a11e5deea3ccfd99;p=features.git Whitespace --- diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index acaa23486d..b63f1c7c90 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -1695,8 +1695,8 @@ void GuiView::errors(string const & error_type, bool from_master) // have to figure out whether that is the case or not. ErrorList & el = bv->buffer().errorList(error_type); if (el.empty()) { - el = bv->buffer().masterBuffer()->errorList(error_type); - from_master = true; + el = bv->buffer().masterBuffer()->errorList(error_type); + from_master = true; } #else ErrorList const & el = from_master ?