Skip to content

Commit 21186af

Browse files
author
timlinux
committed
Removed Qt4.4 specific style directive
git-svn-id: http://svn.osgeo.org/qgis/trunk@8793 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e40991e commit 21186af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsdetaileditemdelegate.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void QgsDetailedItemDelegate::paintAsWidget(QPainter * thepPainter,
184184
const QStyleOptionViewItem & theOption,
185185
const QgsDetailedItemData theData) const
186186
{
187-
QApplication::style()->drawPrimitive(QStyle::PE_PanelItemViewItem, &theOption, thepPainter, 0);
187+
188188
mpWidget->setChecked(theData.isChecked());
189189
mpWidget->setData(theData);
190190
mpWidget->resize(theOption.rect.width(),mpWidget->height());

0 commit comments

Comments
 (0)