调整属性添加内部逻辑

This commit is contained in:
duanshengchao 2025-05-06 17:51:03 +08:00
parent 23da60a235
commit 95ae695919
2 changed files with 2 additions and 2 deletions

View File

@ -551,7 +551,7 @@ void AttributeTableModel::forceRefresh()
void AttributeTableModel::insertRecord(int row) void AttributeTableModel::insertRecord(int row)
{ {
if(row < 0 || row > rowCount()) if(row < 0 /*|| row > rowCount()*/)
return; return;
RowData newRow; RowData newRow;

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1042</width> <width>998</width>
<height>492</height> <height>492</height>
</rect> </rect>
</property> </property>