mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 18:37:44 +02:00
Force disable dynamic node poses of static grid in data_list
This commit is contained in:
parent
db1e7ec502
commit
cc35fe208c
@ -45,6 +45,7 @@ function DataList.init(self, scroll, grid, create_function)
|
|||||||
self.scroll = scroll
|
self.scroll = scroll
|
||||||
self.grid = grid
|
self.grid = grid
|
||||||
self.scroll:bind_grid(grid)
|
self.scroll:bind_grid(grid)
|
||||||
|
self.grid.style.IS_DYNAMIC_NODE_POSES = false
|
||||||
|
|
||||||
-- Current visual elements indexes
|
-- Current visual elements indexes
|
||||||
self.top_index = 1
|
self.top_index = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user