]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.C
remove InsetUpdatable::nodraw (premature...) optimization
[lyx.git] / src / BufferView_pimpl.C
index 980128bb1fa387508b8e2532952be76b26261a41..4ce52f79b339c811779c034a5bd2eef56b7d2bee 100644 (file)
@@ -647,10 +647,9 @@ void BufferView::Pimpl::workAreaResize()
 
 void BufferView::Pimpl::update()
 {
-       if (!bv_->theLockingInset() || !bv_->theLockingInset()->nodraw()) {
-               screen().update(*bv_);
-               bv_->text->clearPaint();
-       }
+       lyxerr << "BufferView::update()\n";
+       screen().update(*bv_);
+       bv_->text->clearPaint();
 }