]> git.lyx.org Git - features.git/commitdiff
Fix minor bug mentioned in #10827
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 5 Jan 2023 04:23:30 +0000 (23:23 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 5 Jan 2023 04:23:30 +0000 (23:23 -0500)
src/frontends/qt/GuiDocument.cpp

index 47889caf3ce4628c5a56f24b05e7cb7c9f488f48..76b08132b356fb501e0f5ce93e53a99779960c35 100644 (file)
@@ -1888,6 +1888,7 @@ void GuiDocument::slotApply()
        if (wasclean && only_shellescape_changed)
                buffer().markClean();
        modulesChanged_ = false;
+       isValid();
 }