rendering fix
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 16 May 2025 01:59:49 +0000 (18:59 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 16 May 2025 01:59:49 +0000 (18:59 -0700)
rust/pspp/src/output/spv.rs

index a5de5e971af68bc72c746f9243449f41b173f02f..bdec94703e937a9b991a6a92264d848502b7cf5f 100644 (file)
@@ -552,7 +552,7 @@ impl BinWrite for Dimension {
             0u8, // x1
             x2,
             2u32, // x3
-            SpvBool(self.root.show_label),
+            SpvBool(!self.root.show_label),
             SpvBool(self.hide_all_labels),
             SpvBool(true),
             index as u32,