mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 12:25:11 +00:00
trivial changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2059 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
923c27cc11
commit
62f5f89bec
@ -45,7 +45,7 @@ public: // methods
|
|||||||
///
|
///
|
||||||
ControlButtons() {}
|
ControlButtons() {}
|
||||||
///
|
///
|
||||||
virtual ~ControlButtons() {};
|
virtual ~ControlButtons() {}
|
||||||
|
|
||||||
/// These functions are called when the controlling buttons are pressed.
|
/// These functions are called when the controlling buttons are pressed.
|
||||||
///
|
///
|
||||||
|
@ -36,4 +36,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif // CONTROLCOPYRIGHT_H
|
#endif // CONTROLCOPYRIGHT_H
|
||||||
|
|
||||||
|
@ -48,8 +48,7 @@ void FormBase::show()
|
|||||||
minw_ = form()->w;
|
minw_ = form()->w;
|
||||||
minh_ = form()->h;
|
minh_ = form()->h;
|
||||||
|
|
||||||
fl_set_form_atclose(form(),
|
fl_set_form_atclose(form(), C_FormBaseWMHideCB, 0);
|
||||||
C_FormBaseWMHideCB, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fl_freeze_form(form());
|
fl_freeze_form(form());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user