From 2ddba774cedf2ff0689ab45a22de86facc224f43 Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Thu, 6 Sep 2007 14:17:03 +0000 Subject: [PATCH] y-coord in Conglomerate, this time properly git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20103 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetCollapsable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetCollapsable.cpp b/src/insets/InsetCollapsable.cpp index 9a32912be6..47c55fe110 100644 --- a/src/insets/InsetCollapsable.cpp +++ b/src/insets/InsetCollapsable.cpp @@ -291,7 +291,7 @@ void InsetCollapsable::draw(PainterInfo & pi, int x, int y) const case SubLabel: case Corners: textx = xx; - texty = top; + texty = baseline; const_cast(this)->setDrawFrame(false); InsetText::draw(pi, textx, texty); const_cast(this)->setDrawFrame(true); -- 2.39.2