https://bugs.kde.org/show_bug.cgi?id=481531

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] ---
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.

Reply via email to