diff options
Diffstat (limited to 'components/layout/query.rs')
-rw-r--r-- | components/layout/query.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/query.rs b/components/layout/query.rs index 21b0998b1d8..59da80802af 100644 --- a/components/layout/query.rs +++ b/components/layout/query.rs @@ -74,7 +74,7 @@ impl LayoutRPC for LayoutRPCImpl { if update_cursor { // Compute the new cursor. let cursor = match *result { - None => Cursor::DefaultCursor, + None => Cursor::Default, Some(dim) => dim.pointing.unwrap(), }; rw_data.constellation_chan.send(ConstellationMsg::SetCursor(cursor)).unwrap(); |