Skip to content

Commit

Permalink
Fixes a small bug when drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
andyclymer committed Oct 29, 2018
1 parent 0964d5c commit c8953a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions BlueZoneEditor.roboFontExt/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<key>requiresVersionMinor</key>
<string>1</string>
<key>timeStamp</key>
<real>1540591831.2375381</real>
<real>1540831685.7583711</real>
<key>version</key>
<string>1.0</string>
<string>1.1</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions BlueZoneEditor.roboFontExt/lib/Blues.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ def draw(self, scale):
typeText = "OtherBlue"
else: typeText = "BlueValue"
dt.textBox(typeText, (-100, positions[1], 200, size[1]*2), align="center")


dt.fill(None)
dt.stroke(None)



Expand Down
2 changes: 1 addition & 1 deletion buildExtension.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
B = ExtensionBundle()

B.name = "Blue Zone Editor"
B.version = "1.0"
B.version = "1.1"
B.mainScript = "Blues.py"

B.developer = "Andy Clymer"
Expand Down
4 changes: 2 additions & 2 deletions lib/Blues.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ def draw(self, scale):
typeText = "OtherBlue"
else: typeText = "BlueValue"
dt.textBox(typeText, (-100, positions[1], 200, size[1]*2), align="center")


dt.fill(None)
dt.stroke(None)



Expand Down

0 comments on commit c8953a9

Please sign in to comment.