mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-17 08:45:18 +00:00
Fix layouts overwriting the position info of pannels, added by extensions. (#1172)
This commit is contained in:
parent
0c8aaba553
commit
ec7155cf1e
1 changed files with 2 additions and 1 deletions
|
@ -412,7 +412,8 @@ func _setup_layouts_submenu(item: String) -> void:
|
|||
window_menu.add_submenu_node_item(item, layouts_submenu)
|
||||
|
||||
var saved_layout: int = Global.config_cache.get_value("window", "layout", 0)
|
||||
set_layout(saved_layout)
|
||||
# Wait for pixelorama to fully load up, then change the layout.
|
||||
Global.pixelorama_opened.connect(set_layout.bind(saved_layout))
|
||||
|
||||
|
||||
func populate_layouts_submenu() -> void:
|
||||
|
|
Loading…
Add table
Reference in a new issue