We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24ce827 + 464a1e8 commit a65cc6bCopy full SHA for a65cc6b
editor/editor_properties.cpp
@@ -2025,6 +2025,7 @@ void EditorPropertyQuaternion::_custom_value_changed(double val) {
2025
spin[1]->set_value_no_signal(temp_q.y);
2026
spin[2]->set_value_no_signal(temp_q.z);
2027
spin[3]->set_value_no_signal(temp_q.w);
2028
+ _value_changed(-1, "");
2029
}
2030
2031
void EditorPropertyQuaternion::_value_changed(double val, const String &p_name) {
0 commit comments