Fixed corner rect for non horizontal tabs

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

@ -1554,7 +1554,7 @@ namespace Breeze
rect.adjust( 0, 0, -tabBarSize.width(), 0 );
break;
default: break;
default: return QRect();
}
return rect;

Loading…
Cancel
Save