mirror of https://gitlab.com/pamhyr/pamhyr2
debug
parent
7bb176e7c7
commit
bb3dadc0c7
|
|
@ -169,7 +169,8 @@ class GeometryReachTableModel(PamhyrTableModel):
|
|||
self.layoutChanged.emit()
|
||||
|
||||
def move_down(self, row, parent=QModelIndex()):
|
||||
if row > self._data.number_profiles:
|
||||
print(row)
|
||||
if row >= self._data.number_profiles-1:
|
||||
return
|
||||
|
||||
target = row
|
||||
|
|
|
|||
Loading…
Reference in New Issue