调整属性添加内部逻辑
This commit is contained in:
parent
23da60a235
commit
95ae695919
|
|
@ -551,7 +551,7 @@ void AttributeTableModel::forceRefresh()
|
|||
|
||||
void AttributeTableModel::insertRecord(int row)
|
||||
{
|
||||
if(row < 0 || row > rowCount())
|
||||
if(row < 0 /*|| row > rowCount()*/)
|
||||
return;
|
||||
|
||||
RowData newRow;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1042</width>
|
||||
<width>998</width>
|
||||
<height>492</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Reference in New Issue