]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.cpp
Fix functions that used functions but did not defined it
[lyx.git] / src / BufferView.cpp
index 755e2f7b4e1802defb1b6afc4517e181a0dcf22d..4e81bcbe3f2c2cdf6885254735ade50f3860cc3f 100644 (file)
@@ -592,6 +592,9 @@ void BufferView::processUpdateFlags(Update::flags flags)
                flags = (flags & ~Update::FitCursor) | Update::ForceDraw;
        }
 
+       if (lyxrc.draw_strategy == LyXRC::DS_FULL)
+               flags = flags | Update::ForceDraw;
+
        // Add flags to the the update flags. These will be reset to None
        // after the redraw is actually done
        d->update_flags_ = d->update_flags_ | flags;