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

--- Comment #3 from Kotori Itsuka <cmdrkoto...@gmail.com> ---
(gdb) f 7
#7  ContentItem::layoutItems (this=0x55555688b8e0) at
/usr/src/debug/kirigami/kirigami-5.249.0/src/columnview.cpp:529
529                     const qreal pageX = std::clamp(partialWidth, -x(), -x()
+ m_view->width() - child->width());                             
(gdb) print partialWidth
$1 = 0
(gdb) print x()
$2 = 0
(gdb) print m_view->width()
$3 = 0
(gdb) print child->width()
$4 = 361

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to