Add self:get_node assert, add no_auto_template flag, fix idents

This commit is contained in:
Insality
2022-03-09 18:14:40 +02:00
parent a3e5ff1116
commit 669b525c15
7 changed files with 14 additions and 11 deletions

View File

@@ -312,7 +312,6 @@ function DataList._check_elements_from(self, index, step)
end
--- Update actual data params
-- @tparam DataList self @{DataList}
-- @local

View File

@@ -410,7 +410,6 @@ function DynamicGrid._get_next_node_pos(self, origin_node_index, new_node, place
end
function DynamicGrid._get_node_size(self, node)
return vmath.mul_per_elem(gui.get_size(node), gui.get_scale(node))
end