Skip to content

ColumnView: Add check args to clamp

Devin Lin requested to merge work/devinlin/clamp into master

Otherwise the program can crash if assertions are enabled due to bounds checking.

It seems it is possible for m_view->width() = 0 while child->width() > 0, is this a symptom of a wider issue?

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

Edited by Devin Lin

Merge request reports