Skip to content

Commit

Permalink
font_edit: removed reference to non-existent control in set_current_d…
Browse files Browse the repository at this point in the history
…raw_pattern
  • Loading branch information
robmcmullen committed Sep 2, 2017
1 parent 6c51525 commit 220730e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omnivore8bit/font_edit/font_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def set_current_draw_pattern(self, pattern, control=None):
else:
self.draw_pattern = tuple(pattern)
self.pixel_editor.show_pattern(self.draw_pattern)
self.character_set.show_pattern(self.draw_pattern)

def mark_index_range_changed(self, index_range):
pass
Expand Down

0 comments on commit 220730e

Please sign in to comment.