]> git.lyx.org Git - features.git/commitdiff
y-coord in Conglomerate, this time properly
authorMartin Vermeer <martin.vermeer@hut.fi>
Thu, 6 Sep 2007 14:17:03 +0000 (14:17 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Thu, 6 Sep 2007 14:17:03 +0000 (14:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20103 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetCollapsable.cpp

index 9a32912be650ccde4fb817cbbaf953cd7d60f177..47c55fe110aa60637cf6204ca61dbe078ffb0ddf 100644 (file)
@@ -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<InsetCollapsable *>(this)->setDrawFrame(false);
                InsetText::draw(pi, textx, texty);
                const_cast<InsetCollapsable *>(this)->setDrawFrame(true);