Skip to content

Commit

Permalink
[?] fix pan fourway not initialised properly
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Feb 1, 2018
1 parent 17211f6 commit a89e39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fract4dgui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def create_toolbar(self):

self.add_fourway(
_("pan"),
_("Pan around the image"), 0, False)
_("Pan around the image"), 0, True)
self.add_fourway(
_("warp"),
_("Mutate the image by moving along the other 2 axes"), 2, True)
Expand Down

0 comments on commit a89e39c

Please sign in to comment.