mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-28 03:50:00 +00:00
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:
parent
02ec9422d0
commit
82d18e917b
@ -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>
|
2001-09-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* text2.C (copySelection):
|
* text2.C (copySelection):
|
||||||
|
@ -100,6 +100,7 @@ void XFormsView::setPosition(int x, int y)
|
|||||||
|
|
||||||
void XFormsView::show(int place, int border, string const & title)
|
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());
|
fl_show_form(form_, place, border, title.c_str());
|
||||||
getLyXFunc()->initMiniBuffer();
|
getLyXFunc()->initMiniBuffer();
|
||||||
#if FL_REVISION < 89 || (FL_REVISION == 89 && FL_FIXLEVEL < 5)
|
#if FL_REVISION < 89 || (FL_REVISION == 89 && FL_FIXLEVEL < 5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user