mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +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() {}
|
||||
///
|
||||
virtual ~ControlButtons() {};
|
||||
virtual ~ControlButtons() {}
|
||||
|
||||
/// These functions are called when the controlling buttons are pressed.
|
||||
///
|
||||
|
@ -36,4 +36,3 @@ private:
|
||||
};
|
||||
|
||||
#endif // CONTROLCOPYRIGHT_H
|
||||
|
||||
|
@ -48,8 +48,7 @@ void FormBase::show()
|
||||
minw_ = form()->w;
|
||||
minh_ = form()->h;
|
||||
|
||||
fl_set_form_atclose(form(),
|
||||
C_FormBaseWMHideCB, 0);
|
||||
fl_set_form_atclose(form(), C_FormBaseWMHideCB, 0);
|
||||
}
|
||||
|
||||
fl_freeze_form(form());
|
||||
|
Loading…
Reference in New Issue
Block a user