fix round corners in styled selection

wilder-pre-rebase
Hugo Pereira Da Costa 12 years ago
parent 5216bb2c6e
commit b5329731d2
  1. 2
      kstyle/breezestyle.cpp

@ -2904,7 +2904,7 @@ namespace Breeze
} else {
if( viewItemOption->viewItemPosition == QStyleOptionViewItemV4::Beginning ) corners |= CornersLeft;
if( viewItemOption->viewItemPosition == QStyleOptionViewItemV4::Beginning ) corners |= CornersRight;
if( viewItemOption->viewItemPosition == QStyleOptionViewItemV4::End ) corners |= CornersRight;
}

Loading…
Cancel
Save