Skip to content

Commit

Permalink
Add size_all cursor
Browse files Browse the repository at this point in the history
From Qt, previously overlooked
  • Loading branch information
Friz64 committed Nov 2, 2023
1 parent 2c0d062 commit 4baa20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ impl CursorIcon {
CursorIcon::NwseResize => &["bd_double_arrow", "size_fdiag"],
CursorIcon::ColResize => &["split_h", "h_double_arrow", "sb_h_double_arrow"],
CursorIcon::RowResize => &["split_v", "v_double_arrow", "sb_v_double_arrow"],
CursorIcon::AllScroll => &[],
CursorIcon::AllScroll => &["size_all"],
CursorIcon::ZoomIn => &[],
CursorIcon::ZoomOut => &[],
}
Expand Down

0 comments on commit 4baa20f

Please sign in to comment.