Use get_primary_node instead of Rootview:get_primary_view
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@ function core.init()
|
||||
core.command_view = CommandView()
|
||||
core.status_view = StatusView()
|
||||
|
||||
core.root_view.root_node.is_primary_view = true
|
||||
core.root_view.root_node.is_primary_node = true
|
||||
core.root_view.root_node:split("down", core.command_view, true)
|
||||
core.root_view.root_node.b:split("down", core.status_view, true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user