mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Removed Qt4.4 specific style directive
git-svn-id: http://svn.osgeo.org/qgis/trunk@8793 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e40991ee32
commit
21186af124
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user