mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
fix deselect error when selecting the header in variable viewer
This commit is contained in:
parent
02001535d9
commit
ca18e36fdc
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ func _ready() -> void:
|
||||||
|
|
||||||
if item != null:
|
if item != null:
|
||||||
commit_item_change(item)
|
commit_item_change(item)
|
||||||
item.deselect(variable_tree.get_selected_column())
|
item.deselect(variable_tree.get_selected_column())
|
||||||
)
|
)
|
||||||
|
|
||||||
variable_tree.button_clicked.connect(_on_variable_tree_button_clicked)
|
variable_tree.button_clicked.connect(_on_variable_tree_button_clicked)
|
||||||
|
|
Loading…
Reference in a new issue