Dive merging: make sure that the profile is redrawn

This uses the just introduced refreshProfile() function.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-09-22 19:59:58 -07:00
parent aeac5fcb6d
commit e66f0895c6

View file

@ -612,6 +612,7 @@ void DiveListView::mergeDives()
}
}
}
MainWindow::instance()->refreshProfile();
MainWindow::instance()->refreshDisplay();
}