mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Cursors: Add new Eyedropper cursor
This can be used immediately in PixelPaint (separate commit), but I am adding this as a system-wide cursor since it may also be useful for other applications that want to use it.
This commit is contained in:
parent
81326ac8c7
commit
30ce1d8562
Notes:
sideshowbarker
2024-07-18 04:48:13 +09:00
Author: https://github.com/mustafaquraish
Commit: 30ce1d8562
Pull-request: https://github.com/SerenityOS/serenity/pull/9718
8 changed files with 8 additions and 0 deletions
|
@ -2080,6 +2080,7 @@ void WindowManager::apply_cursor_theme(const String& theme_name)
|
|||
reload_cursor(m_drag_cursor, "Drag");
|
||||
reload_cursor(m_wait_cursor, "Wait");
|
||||
reload_cursor(m_crosshair_cursor, "Crosshair");
|
||||
reload_cursor(m_eyedropper_cursor, "Eyedropper");
|
||||
|
||||
Compositor::the().invalidate_cursor();
|
||||
m_config->write_entry("Mouse", "CursorTheme", theme_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue