mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
Dive site rewrite: mark location as changed when a dive site changes
Not sure this is the best approach. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
73eceacaed
commit
50bd467723
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ void MainTab::showDiveSiteSimpleEdit()
|
||||||
SimpleDiveSiteEditDialog dlg(this);
|
SimpleDiveSiteEditDialog dlg(this);
|
||||||
dlg.exec();
|
dlg.exec();
|
||||||
if (dlg.changed_dive_site) {
|
if (dlg.changed_dive_site) {
|
||||||
qDebug() << "Changed the dive site, paint something yellow.";
|
markChangedWidget(ui.location);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue