mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
[DockableContainer change] Don't set layout's resource_name
if it already has a value
Another change that might be worth adding to upstream.
This commit is contained in:
parent
978ddf3b45
commit
85f2f22be7
|
@ -41,6 +41,7 @@ var _root: DockableLayoutNode = DockableLayoutPanel.new()
|
||||||
|
|
||||||
|
|
||||||
func _init() -> void:
|
func _init() -> void:
|
||||||
|
if resource_name.is_empty():
|
||||||
resource_name = "Layout"
|
resource_name = "Layout"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue