diff options
Diffstat (limited to 'parts/filecreate')
-rw-r--r-- | parts/filecreate/filecreate_listitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/filecreate/filecreate_listitem.cpp b/parts/filecreate/filecreate_listitem.cpp index b6467505..86075af8 100644 --- a/parts/filecreate/filecreate_listitem.cpp +++ b/parts/filecreate/filecreate_listitem.cpp @@ -64,7 +64,7 @@ namespace FileCreate { void ListItem::paintCell( TQPainter* p, const TQColorGroup& cg, int column, int width, int align ) { - TQBrush brush( isSelected() ? cg.highlight() : backgroundColor() ); + TQBrush brush( isSelected() ? cg.highlight() : backgroundColor(column) ); if( column == 1 ){ // m_filetypeRenderer->setWidth(width); |