Selaa lähdekoodia

LibPDF: Alphabetize clip_ fields in RenderingPreferences

No behavior change.
Nico Weber 1 vuosi sitten
vanhempi
commit
90fdf738a1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Userland/Libraries/LibPDF/Renderer.h

+ 1 - 1
Userland/Libraries/LibPDF/Renderer.h

@@ -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
     {