Draw the border around the handles

Otherwise they are difficult to see when the partition takes all the space
This commit is contained in:
Aurélien Gâteau 2014-08-07 17:29:54 +02:00 committed by Andrius Štikonas
parent 40f579a811
commit a9cd6ae885
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ void PartResizerWidget::paintEvent(QPaintEvent*)
opt.midLineWidth = 0;
opt.state |= QStyle::State_Sunken;
opt.rect.adjust(handleWidth(), 0, -handleWidth(), 0);
style()->drawPrimitive(QStyle::PE_PanelLineEdit, &opt, &painter, this);
}