Update dive planner points cylinder names also when cyl is added
Amendment to c29456f0bb11f07befc3af66ee7973258b491d20 Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
93e2bda070
commit
748bb90a73
@ -459,6 +459,7 @@ void CylindersModel::add()
|
||||
rows++;
|
||||
changed = true;
|
||||
endInsertRows();
|
||||
emit dataChanged(createIndex(row, 0), createIndex(row, COLUMNS - 1));
|
||||
}
|
||||
|
||||
void CylindersModel::clear()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user