]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.C
text2 chane, XFormsView
[lyx.git] / src / BufferView_pimpl.C
index 7fb0cc1c1ac9246d6f129b559454fd73e84cf937..81a5ab2d5bb677fb64225c6dc9923f68aa701853 100644 (file)
@@ -289,7 +289,7 @@ int BufferView::Pimpl::resizeCurrentBuffer()
        bool selection = false;
        bool mark_set  = false;
 
-       ProhibitInput(bv_);
+       owner_->prohibitInput();
 
        owner_->message(_("Formatting document..."));
 
@@ -350,7 +350,7 @@ int BufferView::Pimpl::resizeCurrentBuffer()
        redraw();
 
        setState();
-       AllowInput(bv_);
+       owner_->allowInput();
 
        /// clear the "Formatting Document" message 
        owner_->message("");