Skip to content

Remove superfluous area check

David Edmundson requested to merge work/one_less_qrect_contains into master

If area.contains(geometry.topLeft()) is false this does nothing anyway and it would always be true if either of these inside conditions is true.

Merge request reports