Skip to content

Commit

Permalink
Merge branch 'florianfesti:master' into kamishibai
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsqueeek authored Jan 14, 2025
2 parents ecaa365 + 12270a1 commit bfc75ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion boxes/edges.py
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ def endwidth(self) -> float:

def margin(self) -> float:
if self.settings.outset and (
self.grip_percentage > 0.0 or
self.settings.grip_percentage > 0.0 or
self.settings.grip_length > 0.0 ):
return self.settings.thickness + self.boxes.edges['g'].margin()
else:
Expand Down
4 changes: 0 additions & 4 deletions boxes/scripts/boxes_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@
License: GNU GPL v3
"""
pass
import subprocess
import sys

pass
from shlex import quote

from lxml import etree

import inkex
Expand Down

0 comments on commit bfc75ee

Please sign in to comment.