]> git.lyx.org Git - features.git/blobdiff - src/lyx_cb.C
Fixed a few xforms issues, with this method we could fix others too!
[features.git] / src / lyx_cb.C
index 90d652c2b7087f9ced943ff3006c5254b988c6e5..c84a087606718d6c4207c5648940c612c1622c6f 100644 (file)
@@ -1183,6 +1183,9 @@ void MenuInsertRef()
                fl_show_form(fd_form_ref->form_ref,
                             FL_PLACE_MOUSE | FL_FREE_SIZE, FL_FULLBORDER,
                             _("Insert Reference"));
+               fl_set_form_minsize(fd_form_ref->form_ref,
+                                   fd_form_ref->form_ref->w,
+                                   fd_form_ref->form_ref->h);
        }
 }