mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Do not show the Edit mode message when entering location management screen
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
deb2caf3e0
commit
53d20f5b8a
1 changed files with 1 additions and 0 deletions
|
@ -672,6 +672,7 @@ LocationInformationWidget::LocationInformationWidget(QWidget *parent) : QGroupBo
|
|||
ui.setupUi(this);
|
||||
ui.diveSiteMessage->setText("You are editing the Dive Site");
|
||||
ui.diveSiteMessage->setCloseButtonVisible(false);
|
||||
ui.diveSiteMessage->hide();
|
||||
|
||||
QAction *action = new QAction(tr("Apply changes"), this);
|
||||
connect(action, SIGNAL(triggered(bool)), this, SLOT(acceptChanges()));
|
||||
|
|
Loading…
Reference in a new issue