From bd5d9181fa69f83cc0b94af62201a38138fee9a3 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 15 May 2025 18:59:49 -0700 Subject: [PATCH] rendering fix --- rust/pspp/src/output/spv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pspp/src/output/spv.rs b/rust/pspp/src/output/spv.rs index a5de5e971a..bdec94703e 100644 --- a/rust/pspp/src/output/spv.rs +++ b/rust/pspp/src/output/spv.rs @@ -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, -- 2.30.2