Skip to content

levelbar: clamp value to bounds in set_value()

Luca Bacci requested to merge lb90/gtk:fix-issue-4772 into main

set_value() is a public API, so we should enforce that the given value is within bounds. Currently, nor set_value() nor any function called transitively enforces that.

Fixes #4772

Edited by Luca Bacci

Merge request reports