git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24591 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-05-03 07:56:07 +00:00
parent 7c8a7ef67c
commit d8a3f71d4c

View File

@ -209,8 +209,10 @@ void Dialog::checkStatus()
{
// buffer independant dialogs are always active.
// This check allows us leave canApply unimplemented for some dialogs.
if (!isBufferDependent())
if (!isBufferDependent()) {
updateView();
return;
}
// deactivate the dialog if we have no buffer
if (!isBufferAvailable()) {