mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix TreeItem range slider not working
This commit is contained in:
@@ -3210,7 +3210,7 @@ void Tree::value_editor_changed(double p_value) {
|
||||
TreeItem::Cell &c = popup_edited_item->cells.write[popup_edited_item_col];
|
||||
c.val = p_value;
|
||||
|
||||
text_editor->set_text(String::num(c.val, Math::range_step_decimals(c.step)));
|
||||
line_editor->set_text(String::num(c.val, Math::range_step_decimals(c.step)));
|
||||
|
||||
item_edited(popup_edited_item_col, popup_edited_item);
|
||||
queue_redraw();
|
||||
|
||||
Reference in New Issue
Block a user