Skip to content

Commit

Permalink
Removed Qt4.4 specific style directive
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8793 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jul 16, 2008
1 parent e40991e commit 21186af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsdetaileditemdelegate.cpp
Expand Up @@ -184,7 +184,7 @@ void QgsDetailedItemDelegate::paintAsWidget(QPainter * thepPainter,
const QStyleOptionViewItem & theOption,
const QgsDetailedItemData theData) const
{
QApplication::style()->drawPrimitive(QStyle::PE_PanelItemViewItem, &theOption, thepPainter, 0);

mpWidget->setChecked(theData.isChecked());
mpWidget->setData(theData);
mpWidget->resize(theOption.rect.width(),mpWidget->height());
Expand Down

0 comments on commit 21186af

Please sign in to comment.