mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Fix typo
Reported-by: Peter Konings <peter.l.e.konings@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6082ddb1d5
commit
f79cc7bd91
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ void ProfileGraphicsView::contextMenuEvent(QContextMenuEvent* event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (some_hidden) {
|
if (some_hidden) {
|
||||||
action = m.addAction(tr("Unhde all events"), this, SLOT(unhideEvents()));
|
action = m.addAction(tr("Unhide all events"), this, SLOT(unhideEvents()));
|
||||||
action->setData(event->globalPos());
|
action->setData(event->globalPos());
|
||||||
}
|
}
|
||||||
m.exec(event->globalPos());
|
m.exec(event->globalPos());
|
||||||
|
|
Loading…
Reference in a new issue