mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Small fix to prevent crash on loading
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7609 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eaad9ff595
commit
814e5398c5
@ -1,3 +1,7 @@
|
||||
2003-08-26 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* insetbranch.C: Small fix to prevent a crash on loading.
|
||||
|
||||
2003-08-25 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* insets/inset.h:
|
||||
@ -15,8 +19,7 @@
|
||||
* insets/insettext.C:
|
||||
* insets/insettheorem.[Ch]:
|
||||
* insets/insettoc.[Ch]: eliminates the needFullRow/display() stuff
|
||||
altogether, putting the logic in metrics/draw in the insets.=20
|
||||
Draws short single row insets with more or less realistic metrics.
|
||||
altogether, putting the logic in metrics/draw in the insets.
|
||||
|
||||
2003-08-19 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
|
@ -33,7 +33,6 @@ using std::auto_ptr;
|
||||
void InsetBranch::init()
|
||||
{
|
||||
setInsetName("Branch");
|
||||
setButtonLabel();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user