mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
Ladybird/Qt: Open context menus at requested position
This commit is contained in:
parent
8b0abb8ded
commit
aee8b39c65
Notes:
sideshowbarker
2024-07-16 20:21:48 +09:00
Author: https://github.com/bplaat
Commit: aee8b39c65
Pull-request: https://github.com/SerenityOS/serenity/pull/22270
2 changed files with 9 additions and 12 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
void zoom_out();
|
||||
void reset_zoom();
|
||||
float zoom_level() const { return m_zoom_level; }
|
||||
float device_pixel_ratio() const { return m_device_pixel_ratio; }
|
||||
|
||||
void set_preferred_color_scheme(Web::CSS::PreferredColorScheme);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue