Skip to content

Commit

Permalink
fix up/down arrow key navigation while doing Ctrl+Tab navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
rajendrant committed Jun 24, 2013
1 parent 8e06684 commit 27e6939
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GuiNavigation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ void GuiTabNavigation::keyPressEvent ( QKeyEvent * e )
} else if (e->key() == Qt::Key_Down) {
navigateToTab(true);
}
QListWidget::keyPressEvent(e);
}

void GuiTabNavigation::keyReleaseEvent ( QKeyEvent * e )
Expand Down

0 comments on commit 27e6939

Please sign in to comment.