ソースを参照

LibPDF: Alphabetize clip_ fields in RenderingPreferences

No behavior change.
Nico Weber 1 年間 前
コミット
90fdf738a1
1 ファイル変更1 行追加1 行削除
  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
     {