Skip to content

Commit

Permalink
correct baseclass
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dB committed Sep 25, 2023
1 parent 7a2a74b commit 9c7927a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/tableitemdelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ void TableItemDelegate::paintItem(
QPainter* painter,
const QStyleOptionViewItem& option,
const QModelIndex& index) const {
QStyledItemDelegate::paint(painter, option, index);
DefaultDelegate::paint(painter, option, index);
}

0 comments on commit 9c7927a

Please sign in to comment.