diff --git a/src/viewer/viewtree.cpp b/src/viewer/viewtree.cpp --- a/src/viewer/viewtree.cpp +++ b/src/viewer/viewtree.cpp @@ -125,6 +125,7 @@ QStyleOptionViewItem _option = option; _option.state = QStyle::State_None; + _option.palette.setColor(QPalette::Base, Qt::transparent); _option.palette.setColor(QPalette::AlternateBase, Qt::transparent); if (index.data(ViewContainer::DisabledRole).toBool()) {