From: Ben Pfaff Date: Fri, 16 May 2025 01:59:49 +0000 (-0700) Subject: rendering fix X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd5d9181fa69f83cc0b94af62201a38138fee9a3;p=pspp rendering fix --- 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,