There are double updates of dialogs in some cases, but this isn't why.
This commit is contained in:
Richard Kimberly Heck 2020-03-07 16:04:01 -05:00
parent 7a02c02c18
commit c32e37b702

View File

@ -259,6 +259,7 @@ void Dialog::checkStatus()
if (canApply()) {
bool const readonly = isBufferReadonly();
enableView(!readonly || canApplyToReadOnly());
updateView();
} else
enableView(false);
}