git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28625 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-02-26 20:52:47 +00:00
parent 36aa11863b
commit 3919eeafe4

View File

@ -2601,7 +2601,9 @@ bool GuiPreferences::initialiseParams(string const &)
update_screen_font_ = false;
updateRc(rc_);
bc().restore();
// Make sure that the bc is in the INITIAL state
if (bc().policy().buttonStatus(ButtonPolicy::RESTORE))
bc().restore();
return true;
}