Skip to content

Commit

Permalink
fix up key in playlist (#5768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanpas authored and hatstand committed Jun 21, 2017
1 parent 3c0f005 commit 7bd0639
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/playlist/playlistview.cpp
Expand Up @@ -616,9 +616,6 @@ void PlaylistView::keyPressEvent(QKeyEvent* event) {
event->key() == Qt::Key_Space) {
emit PlayPause();
event->accept();
} else if (event->key() == Qt::Key_Up) {
app_->player()->SeekTo(0);
event->accept();
} else if (event->key() == Qt::Key_Left) {
emit SeekBackward();
event->accept();
Expand Down

0 comments on commit 7bd0639

Please sign in to comment.