Only BitDisplay now uses dashes instead of Z
[Mograsim.git] / plugins / net.mograsim.logic.model / src / net / mograsim / logic / model / model / components / atomic / ModelFixedOutput.java
index 1d3bb1e..bdf6546 100644 (file)
@@ -58,7 +58,7 @@ public class ModelFixedOutput extends ModelComponent
                if (foreground != null)
                        gc.setForeground(foreground);
                gc.drawRectangle(getBounds());
-               String label = BitVectorFormatter.formatAsString(bits);
+               String label = BitVectorFormatter.formatAsString(bits, false);
                Font oldFont = gc.getFont();
                Font labelFont = new Font(oldFont.getName(), fontHeight, oldFont.getStyle());
                gc.setFont(labelFont);