]> git.lyx.org Git - features.git/commitdiff
Revert b7509419.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 7 Mar 2020 21:04:01 +0000 (16:04 -0500)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:53 +0000 (15:48 +0200)
There are double updates of dialogs in some cases, but this isn't why.

src/frontends/qt/Dialog.cpp

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