]> git.lyx.org Git - lyx.git/blobdiff - src/XFormsView.C
add missing writeNormal() methods to some insets
[lyx.git] / src / XFormsView.C
index 8d57aa88f9e329bb2164596a50af3334737aa948..f22445be0f7933c9e0e9633c3ddc33d42a06dc16 100644 (file)
@@ -100,6 +100,7 @@ void XFormsView::setPosition(int x, int y)
 
 void XFormsView::show(int place, int border, string const & title)
 {
+       fl_set_form_minsize(form_, form_->w, form_->h);
        fl_show_form(form_, place, border, title.c_str());
        getLyXFunc()->initMiniBuffer();
 #if FL_REVISION < 89 || (FL_REVISION == 89 && FL_FIXLEVEL < 5)