]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView2.C
more 'informational' messages removed?
[lyx.git] / src / BufferView2.C
index cf53e9b2ee8d3c94e79ea8d248b2c1d088326060..7bdda14a64331c48a76ad5896b6e4f6514771b29 100644 (file)
@@ -457,7 +457,7 @@ bool BufferView::lockInset(UpdatableInset * inset)
 
 void BufferView::showLockedInsetCursor(int x, int y, int asc, int desc)
 {
-       if (available() && theLockingInset()) {
+       if (available() && theLockingInset() && !theLockingInset()->nodraw()) {
                LyXCursor cursor = text->cursor;
                Inset * locking_inset = theLockingInset()->getLockingInset();