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

Marco Martin <notm...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #2 from Marco Martin <notm...@gmail.com> ---
from Qt's qtquickcontrols/src/controls/ScrollViewStyle.qml:
property int extent: Math.max(minimumHandleLength, __styleData.horizontal ?
                                          (flickableItem ?
flickableItem.width/flickableItem.contentWidth : 0 ) * bg.width :
                                          (flickableItem ?
flickableItem.height/flickableItem.contentHeight : 0) * bg.height)
giving a divide by zero when flickableItem.contentHeight is 0

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

Reply via email to