mirror of
https://github.com/Insality/druid
synced 2025-09-27 10:02:19 +02:00
Force disable dynamic node poses of static grid in data_list
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user