fixed rendering of half-checked radiobuttons

wilder-pre-rebase
Hugo Pereira Da Costa 12 years ago
parent 0a7d9d7240
commit 221ff9df97
  1. 2
      kstyle/breezehelper.cpp

@ -363,7 +363,7 @@ namespace Breeze
path.moveTo( 5, 5 );
path.lineTo( qreal( Metrics::CheckBox_Size ) -6, 5 );
path.lineTo( 5, qreal( Metrics::CheckBox_Size ) - 6 );
painter->drawPath( path );
painter->drawPath( path.translated( rect.topLeft() ) );
}

Loading…
Cancel
Save