From 1716502eff3e5108f05aba8acbabd5c9287d624c Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Wed, 19 Sep 2018 22:42:26 +0300 Subject: Improvements on the system theme --- src/TextInputWidget.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/TextInputWidget.cpp') diff --git a/src/TextInputWidget.cpp b/src/TextInputWidget.cpp index 3c5fa9e9..7167f572 100644 --- a/src/TextInputWidget.cpp +++ b/src/TextInputWidget.cpp @@ -640,9 +640,6 @@ TextInputWidget::paintEvent(QPaintEvent *) QPainter p(this); style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this); - - p.setPen(QPen(borderColor())); - p.drawLine(QPointF(0, 0), QPointF(width(), 0)); } void -- cgit 1.5.1