The signal `setActiveFocusToNextSetting` has an argument which wasn't being passed in the `onSetActiveFocusToNextSetting()` function, which was causing the broken behavior. CURA-8166
@@ -383,7 +383,7 @@ Item
animateContentY.to = contents.contentY;
animateContentY.running = true;
}
- function onSetActiveFocusToNextSetting()
+ function onSetActiveFocusToNextSetting(forward)
{
if (forward == undefined || forward)