1
0
Fork 0
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:
Emmanouil Papadeas 2024-02-03 13:58:16 +02:00
parent 978ddf3b45
commit 85f2f22be7

View file

@ -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"