~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to app/ui/KeyboardPage.qml

Allow navigating the history using the arrow keys. Fixes: https://bugs.launchpad.net/bugs/1466627.

Approved by Jenkins Bot, Bartosz Kosiorek.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
                                break;
158
158
                            case "calculate":
159
159
                                calculate();
 
160
                                historyPosition = calculationHistory.getContents().count;
160
161
                                scrollableView.scrollToBottom();
161
162
                                break;
162
163
                            }