diff --git a/src/insets/InsetCollapsable.cpp b/src/insets/InsetCollapsable.cpp index 6ae8229c85..98de52f71f 100644 --- a/src/insets/InsetCollapsable.cpp +++ b/src/insets/InsetCollapsable.cpp @@ -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: