Reported-by: Peter Konings <peter.l.e.konings@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-12-29 09:20:26 -08:00
parent 6082ddb1d5
commit f79cc7bd91

View file

@ -169,7 +169,7 @@ void ProfileGraphicsView::contextMenuEvent(QContextMenuEvent* event)
}
}
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());
}
m.exec(event->globalPos());