Skip to content

KStyle: fix text-only toolbuttons, check icon/text rects accurately

Noah Davis requested to merge work/ndavis/text-only-toolbutton-fix into master

Do not use QRect::isEmpty() to check if the rect size is less than or equal to 0x0. It does not work that way.

Merge request reports