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:
Stefan Fuchs 2017-10-20 12:01:59 +02:00 committed by Dirk Hohndel
parent 93e2bda070
commit 748bb90a73

View file

@ -459,6 +459,7 @@ void CylindersModel::add()
rows++;
changed = true;
endInsertRows();
emit dataChanged(createIndex(row, 0), createIndex(row, COLUMNS - 1));
}
void CylindersModel::clear()