]> git.lyx.org Git - lyx.git/blobdiff - src/text3.C
fix some C++ parsing bugs
[lyx.git] / src / text3.C
index 6e9ed0883d55f56c23ab9415502c7c883d1eb2bf..34885b68033ae55c82c9b64dd5e190530907b54b 100644 (file)
@@ -67,7 +67,7 @@ namespace {
                if (!lt->isInInset()) {
                        bv->update(lt, BufferView::SELECT);
                        bv->showCursor();
-               } else if (bv->text->status() != LyXText::UNCHANGED) {
+               } else if (bv->text->refreshStatus() != LyXText::REFRESH_NONE) {
                        bv->theLockingInset()->hideInsetCursor(bv);
                        bv->update(BufferView::SELECT);
                        bv->showCursor();