Fix tab button not switching to the next print setting field

The signal `setActiveFocusToNextSetting` has an argument which wasn't being passed in the
`onSetActiveFocusToNextSetting()` function, which was causing the broken behavior.

CURA-8166
This commit is contained in:
Kostas Karmas 2021-04-09 15:19:38 +02:00
parent d48722fcd1
commit 2027309863

View file

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