Call refreshDisplay() after editing a dive

We now can change the dive date and the order of dives could have changed.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-09-23 21:14:40 -07:00
parent 0c9e6f9acc
commit c6140c6e21

View file

@ -446,6 +446,7 @@ void MainTab::acceptChanges()
ui->airtemp->setPalette(p);
ui->watertemp->setPalette(p);
ui->dateTimeEdit->setPalette(p);
mainWindow()->refreshDisplay();
}
#define EDIT_TEXT2(what, text) \