]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.C
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / BufferView_pimpl.C
index ee68b85a97a99dfd390f4a2c33c09b9fb5c35e6c..8bdaaff6bfc18e513421f11c5c6a5b2abc932d83 100644 (file)
@@ -208,6 +208,7 @@ void BufferView::Pimpl::buffer(Buffer * b)
                // hidden. This should go here because some dialogs (eg ToC)
                // require bv_->text.
                owner_->getDialogs()->updateBufferDependent(true);
+               workarea_.show();
                redraw();
                insetWakeup();
        } else {
@@ -366,10 +367,7 @@ int BufferView::Pimpl::resizeCurrentBuffer()
 
        /// clear the "Formatting Document" message 
        owner_->message("");
-       /// get rid of the splash screen if it's not gone already
-       owner_->getDialogs()->destroySplash();
+
        return 0;
 }