Skip to content

Commit ec6a64f

Browse files
committedMay 17, 2013
[attrtable] Make sure editor widget background is not transparent
1 parent 7b1d9e0 commit ec6a64f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/gui/attributetable/qgsattributetabledelegate.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ QWidget *QgsAttributeTableDelegate::createEditor(
5858

5959
QWidget *w = QgsAttributeEditor::createAttributeEditor( parent, 0, vl, fieldIdx, index.model()->data( index, Qt::EditRole ) );
6060

61+
w->setAutoFillBackground( true );
62+
6163
if ( parent )
6264
{
6365
QgsAttributeTableView *tv = dynamic_cast<QgsAttributeTableView *>( parent->parentWidget() );

0 commit comments

Comments
 (0)
Please sign in to comment.