Hide EditorSpinSlider slider for Rect2i

This commit is contained in:
Giganzo
2025-02-06 00:09:37 +01:00
parent c394eaa45c
commit 2a655acd5b

View File

@@ -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_lesser(true);
spin[i]->set_suffix(p_suffix);
spin[i]->set_editing_integer(true);
}
}