From a54695093556d82e72db9fcf69ed0a3ad23bfd3e Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 11 Dec 2007 09:25:57 +0000 Subject: [PATCH] GuiProgress is not Buffer dependent. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22079 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiProgress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiProgress.h b/src/frontends/qt4/GuiProgress.h index 56585582d6..6a41646d5f 100644 --- a/src/frontends/qt4/GuiProgress.h +++ b/src/frontends/qt4/GuiProgress.h @@ -44,7 +44,7 @@ public: bool initialiseParams(std::string const & source) { return true; } void clearParams() {} void dispatchParams() {} - bool isBufferDependent() const { return true; } + bool isBufferDependent() const { return false; } bool canApply() const { return true; } bool canApplyToReadOnly() const { return true; } void updateView() {} -- 2.39.5