Force disable dynamic node poses of static grid in data_list

This commit is contained in:
Insality 2022-03-11 19:41:05 +02:00
parent db1e7ec502
commit cc35fe208c

View File

@ -45,6 +45,7 @@ function DataList.init(self, scroll, grid, create_function)
self.scroll = scroll
self.grid = grid
self.scroll:bind_grid(grid)
self.grid.style.IS_DYNAMIC_NODE_POSES = false
-- Current visual elements indexes
self.top_index = 1