Skip to content

quick: Silence valgrind warnings

David Edmundson requested to merge work/d_ed/valgrind-- into master

setSelectionStart and end were always called before this code did anything meaningful, but not having the values initialised causes issues in the check of whether the setter should return early.

Merge request reports