mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
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:
commit
c21b79926a
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ Item
|
|||
animateContentY.to = contents.contentY;
|
||||
animateContentY.running = true;
|
||||
}
|
||||
function onSetActiveFocusToNextSetting()
|
||||
function onSetActiveFocusToNextSetting(forward)
|
||||
{
|
||||
if (forward == undefined || forward)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue