Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias47n9e committed Jun 30, 2015
1 parent bc193aa commit 5b005c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion innstereo/dialog_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def on_button_apply_clicked(self, widget):
for change in self.changes:
change()
self.spd.hide()
self.redraw(checkout_canvas = True)
self.redraw(checkout_canvas=True)

def on_switch_equal_area_state_set(self, switch, state):
# pylint: disable=unused-argument
Expand Down

0 comments on commit 5b005c9

Please sign in to comment.