https://bugs.kde.org/show_bug.cgi?id=481531
fanzhuyi...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fanzhuyi...@gmail.com --- Comment #2 from fanzhuyi...@gmail.com --- This line: const qreal pageX = std::clamp(partialWidth, -x(), -x() + m_view->width() - child->width()); https://invent.kde.org/frameworks/kirigami/-/blob/master/src/columnview.cpp?ref_type=heads#L529 For some reason -x() > -x() + m_view->width() - child->width(). Any chance you could get gdb to print out x(), m_view->width(), and child->width()? -- You are receiving this mail because: You are watching all bug changes.