mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
Fixup eeb4187a
: copy-paste errors
This commit is contained in:
parent
eeb4187a28
commit
7d3d07ff40
@ -172,9 +172,10 @@ int InsetCollapsible::bottomOffset(BufferView const * bv) const
|
||||
{
|
||||
switch (geometry(*bv)) {
|
||||
case Corners:
|
||||
return InsetText::topOffset(bv) / 4;
|
||||
case SubLabel:
|
||||
return InsetText::bottomOffset(bv) / 4;
|
||||
default:
|
||||
return InsetText::topOffset(bv);
|
||||
return InsetText::bottomOffset(bv);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user