mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibVT: Show the hover hand cursor when hovering over hyperlinks :^)
This commit is contained in:
parent
7b34f5bb92
commit
31ec4de0ee
Notes:
sideshowbarker
2024-07-19 06:48:23 +09:00
Author: https://github.com/awesomekling
Commit: 31ec4de0ee
2 changed files with 15 additions and 0 deletions
|
@ -101,6 +101,7 @@ private:
|
|||
virtual void focusout_event(Core::Event&) override;
|
||||
virtual void context_menu_event(GUI::ContextMenuEvent&) override;
|
||||
virtual void drop_event(GUI::DropEvent&) override;
|
||||
virtual void leave_event(Core::Event&) override;
|
||||
virtual void did_change_font() override;
|
||||
|
||||
// ^TerminalClient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue