File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ where
101
101
/// Applies an [`Operation`] to the [`Widget`].
102
102
fn operate (
103
103
& self ,
104
- _state : & mut Tree ,
104
+ _tree : & mut Tree ,
105
105
_layout : Layout < ' _ > ,
106
106
_renderer : & Renderer ,
107
107
_operation : & mut dyn Operation ,
@@ -113,7 +113,7 @@ where
113
113
/// By default, it does nothing.
114
114
fn update (
115
115
& mut self ,
116
- _state : & mut Tree ,
116
+ _tree : & mut Tree ,
117
117
_event : Event ,
118
118
_layout : Layout < ' _ > ,
119
119
_cursor : mouse:: Cursor ,
@@ -129,7 +129,7 @@ where
129
129
/// By default, it returns [`mouse::Interaction::Idle`].
130
130
fn mouse_interaction (
131
131
& self ,
132
- _state : & Tree ,
132
+ _tree : & Tree ,
133
133
_layout : Layout < ' _ > ,
134
134
_cursor : mouse:: Cursor ,
135
135
_viewport : & Rectangle ,
@@ -141,7 +141,7 @@ where
141
141
/// Returns the overlay of the [`Widget`], if there is any.
142
142
fn overlay < ' a > (
143
143
& ' a mut self ,
144
- _state : & ' a mut Tree ,
144
+ _tree : & ' a mut Tree ,
145
145
_layout : Layout < ' _ > ,
146
146
_renderer : & Renderer ,
147
147
_translation : Vector ,
You can’t perform that action at this time.
0 commit comments