Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[attrtable] Make sure editor widget background is not transparent
  • Loading branch information
m-kuhn committed May 17, 2013
1 parent 7b1d9e0 commit ec6a64f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/attributetable/qgsattributetabledelegate.cpp
Expand Up @@ -58,6 +58,8 @@ QWidget *QgsAttributeTableDelegate::createEditor(

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

w->setAutoFillBackground( true );

if ( parent )
{
QgsAttributeTableView *tv = dynamic_cast<QgsAttributeTableView *>( parent->parentWidget() );
Expand Down

0 comments on commit ec6a64f

Please sign in to comment.