mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Fix drawing of collapsable inset without button.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20082 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d4bf8e0a21
commit
d9d7af7019
@ -283,7 +283,7 @@ void InsetCollapsable::draw(PainterInfo & pi, int x, int y) const
|
||||
break;
|
||||
case NoButton:
|
||||
textx = xx;
|
||||
texty = y;
|
||||
texty = top;
|
||||
InsetText::draw(pi, textx, texty);
|
||||
break;
|
||||
case SubLabel:
|
||||
|
Loading…
Reference in New Issue
Block a user