1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 23:22:07 +00:00

Ladybird/Qt: Open context menus at requested position

This commit is contained in:
Bastiaan van der Plaat 2023-12-12 22:33:36 +01:00 committed by Andreas Kling
parent 8b0abb8ded
commit aee8b39c65
2 changed files with 9 additions and 12 deletions

View file

@ -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);