Fix scroll bar moving in AnimationPlayer editor
Fix #7196
(cherry picked from commit babc5048dd
)
This commit is contained in:
parent
f95694ee86
commit
916e79a5bf
|
@ -832,7 +832,7 @@ ScrollBar::ScrollBar(Orientation p_orientation)
|
|||
|
||||
if (focus_by_default)
|
||||
set_focus_mode( FOCUS_ALL );
|
||||
|
||||
set_step(0);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue