set minimum size to the main window.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2762 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-09-17 09:16:09 +00:00
parent 02ec9422d0
commit 82d18e917b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-09-17 Angus Leeming <a.leeming@ic.ac.uk>
* XFormsView.C (show): set minimum size to the main window.
2001-09-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* text2.C (copySelection):

View 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)