mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
0c9e6f9acc
commit
c6140c6e21
1 changed files with 1 additions and 0 deletions
|
@ -446,6 +446,7 @@ void MainTab::acceptChanges()
|
||||||
ui->airtemp->setPalette(p);
|
ui->airtemp->setPalette(p);
|
||||||
ui->watertemp->setPalette(p);
|
ui->watertemp->setPalette(p);
|
||||||
ui->dateTimeEdit->setPalette(p);
|
ui->dateTimeEdit->setPalette(p);
|
||||||
|
mainWindow()->refreshDisplay();
|
||||||
}
|
}
|
||||||
|
|
||||||
#define EDIT_TEXT2(what, text) \
|
#define EDIT_TEXT2(what, text) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue