mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
LibPDF: Alphabetize clip_ fields in RenderingPreferences
No behavior change.
This commit is contained in:
parent
66f8259a0b
commit
90fdf738a1
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