mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:06:00 +08: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
@ -383,7 +383,7 @@ Item
|
||||
animateContentY.to = contents.contentY;
|
||||
animateContentY.running = true;
|
||||
}
|
||||
function onSetActiveFocusToNextSetting()
|
||||
function onSetActiveFocusToNextSetting(forward)
|
||||
{
|
||||
if (forward == undefined || forward)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user