mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Revert b7509419
.
There are double updates of dialogs in some cases, but this isn't why.
This commit is contained in:
parent
7a02c02c18
commit
c32e37b702
@ -259,6 +259,7 @@ void Dialog::checkStatus()
|
||||
if (canApply()) {
|
||||
bool const readonly = isBufferReadonly();
|
||||
enableView(!readonly || canApplyToReadOnly());
|
||||
updateView();
|
||||
} else
|
||||
enableView(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user