mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* markers2 are drawn below the inset, hence increase the descent instead of ascent by the frame size.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18426 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d6e4e70ed3
commit
a1802a2a96
@ -273,7 +273,7 @@ void Inset::cursorPos(BufferView const & /*bv*/, CursorSlice const &,
|
||||
void Inset::metricsMarkers(Dimension & dim, int framesize) const
|
||||
{
|
||||
dim.wid += 2 * framesize;
|
||||
dim.asc += framesize;
|
||||
dim.des += framesize;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user