X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FLyXView.C;h=8c6059bf75b9419b0055af0382edd4d3247ec4a4;hb=25079a83c2c4efd877a735e6571f149f703d4a16;hp=e6ad20d284129b7e6780b24da1a72db8492cc7b9;hpb=2ea1ce7851d26aefaa60bc4980a3537547566c65;p=lyx.git diff --git a/src/frontends/LyXView.C b/src/frontends/LyXView.C index e6ad20d284..8c6059bf75 100644 --- a/src/frontends/LyXView.C +++ b/src/frontends/LyXView.C @@ -432,7 +432,7 @@ Buffer const * const LyXView::updateInset(InsetBase const * inset) const Buffer const * buffer_ptr = 0; if (inset) { BOOST_ASSERT(work_area_); - work_area_->sheduleRedraw(); + work_area_->scheduleRedraw(); buffer_ptr = work_area_->bufferView().buffer(); }