mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
93e2bda070
commit
748bb90a73
1 changed files with 1 additions and 0 deletions
|
@ -459,6 +459,7 @@ void CylindersModel::add()
|
|||
rows++;
|
||||
changed = true;
|
||||
endInsertRows();
|
||||
emit dataChanged(createIndex(row, 0), createIndex(row, COLUMNS - 1));
|
||||
}
|
||||
|
||||
void CylindersModel::clear()
|
||||
|
|
Loading…
Add table
Reference in a new issue