diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-04-18 19:03:50 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-04-18 19:03:50 -0400 |
| commit | 9ac75d8b02a89e4d550cd26549ab0ac415f355ed (patch) | |
| tree | 0c064319a54fa92463a1f39dfb2b43c6d52d310a | |
| parent | f7e636b2866ad60967a3be6948e19e49d67b7ee8 (diff) | |
add support for ctl-end hotkey in flow graphs
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 8418a22c..30ced763 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -166,6 +166,7 @@ protected: void moveToStartOfLine(bool selecting); void moveToEndOfLine(bool selecting); void moveToStartOfView(); + void moveToEndOfView(); void selectAll(); void selectNone(); void navigateToHighlightedToken(); |
