Adding a dive changes the dive list

Duh.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-09-20 07:53:06 -05:00
parent 23ce6b8bec
commit acd3599548

View file

@ -403,6 +403,7 @@ void MainTab::acceptChanges()
DivePlannerPointsModel::instance()->cancelPlan();
mainWindow()->showProfile();
mainWindow()->refreshDisplay();
mark_divelist_changed(TRUE);
}
editMode = NONE;