mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[Controls] Fix JS parameter injection into signal handlers warning
This commit is contained in:
parent
bb9df08213
commit
b4c5b02098
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ Item {
|
|||
keyNavigationEnabled: false
|
||||
highlightFollowsCurrentItem: true
|
||||
highlightMoveDuration: 0
|
||||
Keys.onPressed: {
|
||||
Keys.onPressed: function(event) {
|
||||
switch (event.key) {
|
||||
case Qt.Key_Home:
|
||||
textView.positionViewAtBeginning()
|
||||
|
|
Loading…
Add table
Reference in a new issue