Merge pull request #7200 from volzhs/fix-anim-scroll

Fix scroll bar moving in AnimationPlayer editor
This commit is contained in:
Rémi Verschelde 2016-11-28 15:32:27 +01:00 committed by GitHub
commit 8e4f10a3a1

View file

@ -832,7 +832,7 @@ ScrollBar::ScrollBar(Orientation p_orientation)
if (focus_by_default)
set_focus_mode( FOCUS_ALL );
set_step(0);
}