Explorar o código

LibPDF: Alphabetize clip_ fields in RenderingPreferences

No behavior change.
Nico Weber hai 1 ano
pai
achega
90fdf738a1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     {