Emit settings_changed signal on input action remove
This commit is contained in:
parent
bf95b62586
commit
4bb7383d5a
1 changed files with 1 additions and 0 deletions
|
|
@ -1057,6 +1057,7 @@ bool ProjectSettings::is_builtin_setting(const String &p_name) const {
|
|||
void ProjectSettings::clear(const String &p_name) {
|
||||
ERR_FAIL_COND_MSG(!props.has(p_name), vformat("Request for nonexistent project setting: '%s'.", p_name));
|
||||
props.erase(p_name);
|
||||
_queue_changed(p_name);
|
||||
}
|
||||
|
||||
Error ProjectSettings::save() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue