mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-21 05:05:44 +00:00
Remove accidentally committed debug print
This commit is contained in:
@@ -323,9 +323,6 @@ void RDTableView::paintCell(QPainter *painter, const QModelIndex &index,
|
||||
if(cellopt.rect.contains(viewport()->mapFromGlobal(QCursor::pos())))
|
||||
cellopt.state |= QStyle::State_MouseOver;
|
||||
|
||||
if(index.row() == 1 && index.column() == 5)
|
||||
qInfo() << cellopt.state;
|
||||
|
||||
// draw the background, then the cell
|
||||
style()->drawPrimitive(QStyle::PE_PanelItemViewRow, &cellopt, painter, this);
|
||||
QTableView::itemDelegate(index)->paint(painter, cellopt, index);
|
||||
|
||||
Reference in New Issue
Block a user