Update dive planner points cylinder names also when cyl is added
Amendment to c29456f0bb
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
committed by
Dirk Hohndel
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()
|
||||
|
||||
Reference in New Issue
Block a user