mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibGfx+LibWeb+UI: Add OpenHand cursor for CSS grab property
This commit is contained in:
parent
19577b966e
commit
660bcfa2cd
Notes:
github-actions[bot]
2025-09-13 12:28:12 +00:00
Author: https://github.com/make-42 🔰
Commit: 660bcfa2cd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6102
Reviewed-by: https://github.com/gmta ✅
4 changed files with 8 additions and 0 deletions
|
|
@ -680,6 +680,9 @@ void WebContentView::update_cursor(Gfx::Cursor cursor)
|
|||
case Gfx::StandardCursor::Help:
|
||||
setCursor(Qt::WhatsThisCursor);
|
||||
break;
|
||||
case Gfx::StandardCursor::OpenHand:
|
||||
setCursor(Qt::OpenHandCursor);
|
||||
break;
|
||||
case Gfx::StandardCursor::Drag:
|
||||
setCursor(Qt::ClosedHandCursor);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue