Fix crash on closing visualisation fullscreen with escape.

Fixes issue #748
This commit is contained in:
John Maguire 2010-09-13 20:50:18 +00:00
parent 23364cd30e
commit b9699c690f
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ void VisualisationContainer::keyReleaseEvent(QKeyEvent *event) {
ToggleFullscreen();
else
hide();
event->accept();
return;
}
QGraphicsView::keyReleaseEvent(event);