Skip to content

Commit bb2d147

Browse files
teddemunnikcmyr
authored andcommitted
Fix doc for EventCtx::set_cursor
1 parent 43d05e4 commit bb2d147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

druid/src/contexts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ impl<'a> EventCtx<'a> {
177177
/// event handler, but can also be called in response to other events,
178178
/// for example pressing a key to change the behavior of a widget.
179179
///
180-
/// [`MouseMove`]: enum.Event.html#variant.MouseDown
180+
/// [`MouseMove`]: enum.Event.html#variant.MouseMove
181181
pub fn set_cursor(&mut self, cursor: &Cursor) {
182182
*self.cursor = Some(cursor.clone());
183183
}

0 commit comments

Comments
 (0)