Fix scroll bar moving in AnimationPlayer editor

Fix #7196

(cherry picked from commit babc5048dd)
This commit is contained in:
volzhs 2016-11-28 02:20:11 +09:00 committed by Rémi Verschelde
parent f95694ee86
commit 916e79a5bf
1 changed files with 1 additions and 1 deletions

View File

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