mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive site rewrite: correctly position the edit site widget
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
32928b3880
commit
6afd9161e8
3 changed files with 19 additions and 3 deletions
|
@ -241,7 +241,7 @@ void MainTab::setCurrentLocationIndex()
|
|||
void MainTab::showDiveSiteSimpleEdit()
|
||||
{
|
||||
SimpleDiveSiteEditDialog dlg(this);
|
||||
dlg.exec();
|
||||
int reason = dlg.exec();
|
||||
}
|
||||
|
||||
void MainTab::enableGeoLookupEdition()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue