diff options
author | volzhs <volzhs@gmail.com> | 2016-11-28 02:20:11 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2016-11-28 02:41:47 +0900 |
commit | babc5048dd23e80c9fb4a41a3f482ec8a8900ab9 (patch) | |
tree | 65e75bea479586d6f30139aef294a014518e5dd5 /scene/gui | |
parent | cefb2de339b3da78bacb80241280987e2a1e2df8 (diff) |
Fix scroll bar moving in AnimationPlayer editor
Fix #7196
Diffstat (limited to 'scene/gui')
-rw-r--r-- | scene/gui/scroll_bar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/scroll_bar.cpp b/scene/gui/scroll_bar.cpp index d8365feb24..9a214b5efc 100644 --- a/scene/gui/scroll_bar.cpp +++ b/scene/gui/scroll_bar.cpp @@ -832,7 +832,7 @@ ScrollBar::ScrollBar(Orientation p_orientation) if (focus_by_default) set_focus_mode( FOCUS_ALL ); - + set_step(0); } |