Merge pull request #32708 from Chaosus/vs_fix
Prevents folding of member tree on drag&drop in visual shader
This commit is contained in:
commit
0148112730
1 changed files with 3 additions and 0 deletions
|
@ -178,6 +178,9 @@ bool VisualShaderEditor::_is_available(int p_mode) {
|
|||
}
|
||||
|
||||
void VisualShaderEditor::update_custom_nodes() {
|
||||
if (members_dialog->is_visible()) {
|
||||
return;
|
||||
}
|
||||
clear_custom_types();
|
||||
List<StringName> class_list;
|
||||
ScriptServer::get_global_class_list(&class_list);
|
||||
|
|
Loading…
Reference in a new issue