From 555d3761dbb1047017909f939eae9979f887214e Mon Sep 17 00:00:00 2001 From: Trent McPheron Date: Mon, 10 Feb 2014 16:42:46 -0500 Subject: [PATCH] Disabled the slider for numeric values on the tree view. --- scene/gui/tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene/gui/tree.cpp b/scene/gui/tree.cpp index ca6a1e812e..9be3c97901 100644 --- a/scene/gui/tree.cpp +++ b/scene/gui/tree.cpp @@ -1575,7 +1575,7 @@ int Tree::propagate_mouse_event(const Point2i &p_pos,int x_ofs,int y_ofs,bool p_ } else { editor_text=String::num( p_item->cells[col].val, Math::decimals( p_item->cells[col].step ) ); - bring_up_value_editor=true; + bring_up_value_editor=false; if (select_mode==SELECT_MULTI && get_scene()->get_last_event_id() == focus_in_id) bring_up_editor=false;