diff --git a/source/attributeTableModel.cpp b/source/attributeTableModel.cpp index 51a398f..c25c700 100644 --- a/source/attributeTableModel.cpp +++ b/source/attributeTableModel.cpp @@ -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; diff --git a/ui/attributeSelector.ui b/ui/attributeSelector.ui index bbc8030..3b25bac 100644 --- a/ui/attributeSelector.ui +++ b/ui/attributeSelector.ui @@ -6,7 +6,7 @@ 0 0 - 1042 + 998 492