mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Due to collapsing pop-ups on scrollbar change fix, textfields also lost focus.
CURA-12254
This commit is contained in:
parent
667a27e2d2
commit
64cdb31252
3 changed files with 12 additions and 1 deletions
|
@ -148,6 +148,11 @@ SettingItem
|
|||
if(activeFocus)
|
||||
{
|
||||
base.focusReceived();
|
||||
setScrollPositionChangeLoseFocus(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
setScrollPositionChangeLoseFocus(true);
|
||||
}
|
||||
base.focusGainedByClick = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue