diff --git a/src/insets/InsetCollapsable.cpp b/src/insets/InsetCollapsable.cpp index ff9472edd5..9a32912be6 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 = y; + texty = top; const_cast(this)->setDrawFrame(false); InsetText::draw(pi, textx, texty); const_cast(this)->setDrawFrame(true);