Merge pull request #7200 from volzhs/fix-anim-scroll
Fix scroll bar moving in AnimationPlayer editor
This commit is contained in:
commit
8e4f10a3a1
1 changed files with 1 additions and 1 deletions
|
@ -832,7 +832,7 @@ ScrollBar::ScrollBar(Orientation p_orientation)
|
|||
|
||||
if (focus_by_default)
|
||||
set_focus_mode( FOCUS_ALL );
|
||||
|
||||
set_step(0);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue