Due to collapsing pop-ups on scrollbar change fix, textfields also lost focus.

CURA-12254
This commit is contained in:
Remco Burema 2025-02-26 17:06:27 +01:00
parent 667a27e2d2
commit 64cdb31252
3 changed files with 12 additions and 1 deletions

View file

@ -148,6 +148,11 @@ SettingItem
if(activeFocus)
{
base.focusReceived();
setScrollPositionChangeLoseFocus(false);
}
else
{
setScrollPositionChangeLoseFocus(true);
}
base.focusGainedByClick = false;
}