WIP
This commit is contained in:
parent
b029083441
commit
1a0ddc424b
2 changed files with 15 additions and 30 deletions
|
@ -50,7 +50,7 @@ pub struct UniformList<V: 'static> {
|
|||
scroll_handle: Option<UniformListScrollHandle>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Default)]
|
||||
pub struct UniformListScrollHandle(Arc<Mutex<Option<ScrollHandleState>>>);
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue