Turn on sliding when starting comparison

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35327 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-09-08 15:12:55 +00:00
parent 22434db502
commit 74b9ebf531

View File

@ -332,7 +332,7 @@ bool GuiCompare::initialiseParams(std::string const &par)
progressBar->setValue(0); progressBar->setValue(0);
progressBar->setEnabled(false); progressBar->setEnabled(false);
progressBar->setMaximum(100); progressBar->setMaximum(1);
return true; return true;
} }