mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-12 02:30:30 +09:00
LibPDF: Alphabetize clip_ fields in RenderingPreferences
No behavior change.
This commit is contained in:
parent
66f8259a0b
commit
90fdf738a1
Notes:
sideshowbarker
2024-07-17 00:16:31 +09:00
Author: https://github.com/nico
Commit: 90fdf738a1
Pull-request: https://github.com/SerenityOS/serenity/pull/22871
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -90,8 +90,8 @@ struct RenderingPreferences {
|
|||
bool show_clipping_paths { false };
|
||||
bool show_images { true };
|
||||
|
||||
bool clip_paths { true };
|
||||
bool clip_images { true };
|
||||
bool clip_paths { true };
|
||||
|
||||
unsigned hash() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue