mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +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);
|
||||
dlg.exec();
|
||||
if (dlg.changed_dive_site) {
|
||||
qDebug() << "Changed the dive site, paint something yellow.";
|
||||
markChangedWidget(ui.location);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue