From 8ffc79cf638ad276b40f81ab0a148289d3b83570 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 15 Mar 2010 12:18:21 +0000 Subject: [PATCH] Honour lyxrc.show_banner again git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33744 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index a573c0669a..d9de012591 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -140,6 +140,8 @@ public: BackgroundWidget() { LYXERR(Debug::GUI, "show banner: " << lyxrc.show_banner); + if (!lyxrc.show_banner) + return; /// The text to be written on top of the pixmap QString const text = lyx_version ? qt_("version ") + lyx_version : qt_("unknown version"); -- 2.39.5