Skip to content

Commit

Permalink
Merge branch 'skia_2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Jul 15, 2024
2 parents a7993fc + ca324af commit 82bcdf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/element/child_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ namespace cycfi::elements
else if (r_resize)
set_cursor(t_resize? nesw_resize : b_resize? nwse_resize : ew_resize);
else if (t_resize || b_resize)
set_cursor(cursor_type::ns_resize);
set_cursor(ns_resize);
else
set_cursor(cursor_type::arrow);
set_cursor(arrow);

return true;
}
Expand Down

0 comments on commit 82bcdf2

Please sign in to comment.