Merge pull request #9544 from Ultimaker/CURA-8166_Tab_between_print_setting_fields_is_broken

CURA-8166: Fix tab button not switching to the next print setting field
This commit is contained in:
Remco Burema 2021-04-09 15:43:54 +02:00 committed by GitHub
commit c21b79926a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -383,7 +383,7 @@ Item
animateContentY.to = contents.contentY;
animateContentY.running = true;
}
function onSetActiveFocusToNextSetting()
function onSetActiveFocusToNextSetting(forward)
{
if (forward == undefined || forward)
{