Skip to content

Commit

Permalink
allow Enter/Return for command Continue
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Nov 27, 2014
1 parent 99138f1 commit 62d363d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librecad/src/main/qc_applicationwindow.cpp
Expand Up @@ -4785,6 +4785,7 @@ void QC_ApplicationWindow::keyPressEvent(QKeyEvent* e) {
break;

case Qt::Key_Return:
case Qt::Key_Enter:
slotEnter();
e->accept();
break;
Expand Down

0 comments on commit 62d363d

Please sign in to comment.