Merge pull request #114578 from passivestar/visual-shader-focus
Fix switching visual shader type draws focus
This commit is contained in:
commit
6e0ab2e71a
1 changed files with 1 additions and 1 deletions
|
|
@ -5684,7 +5684,7 @@ void VisualShaderEditor::_type_selected(int p_id) {
|
|||
_update_nodes();
|
||||
_update_graph();
|
||||
|
||||
graph->grab_focus();
|
||||
graph->grab_focus(true);
|
||||
}
|
||||
|
||||
void VisualShaderEditor::_custom_mode_toggled(bool p_enabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue