mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24591 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7c8a7ef67c
commit
d8a3f71d4c
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user