diff options
-rw-r--r-- | ptlayout.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ptlayout.py b/ptlayout.py index f9518b7..6c3d858 100644 --- a/ptlayout.py +++ b/ptlayout.py @@ -78,7 +78,7 @@ class PTLQRCode(PTLayoutElem): super(PTLQRCode, self).__init__() self.qrcontent = '' self.hborder = 4 - self.invert = True + self.invert = False def properties(self): return [ |