mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix extra checkbox added for ordered list editors
This commit is contained in:
@@ -200,6 +200,7 @@ void OrderedListEditor::addNewItemRow()
|
||||
item->setFlags(item->flags() & ~(Qt::ItemIsDragEnabled | Qt::ItemIsDropEnabled));
|
||||
setItem(rowCount() - 1, 0, item);
|
||||
|
||||
if(m_Prop.valid())
|
||||
{
|
||||
QWidget *w = makeCellWidget(1, OrderedItemExtras::CustomProp);
|
||||
QCheckBox *c = qobject_cast<QCheckBox *>(w);
|
||||
|
||||
Reference in New Issue
Block a user