You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Merge pull request #102518 from Giganzo/rectN-slider
Hide EditorSpinSlider slider for Rect2i
This commit is contained in:
@@ -1825,6 +1825,7 @@ void EditorPropertyRect2i::setup(int p_min, int p_max, const String &p_suffix) {
|
|||||||
spin[i]->set_allow_greater(true);
|
spin[i]->set_allow_greater(true);
|
||||||
spin[i]->set_allow_lesser(true);
|
spin[i]->set_allow_lesser(true);
|
||||||
spin[i]->set_suffix(p_suffix);
|
spin[i]->set_suffix(p_suffix);
|
||||||
|
spin[i]->set_editing_integer(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user