changeset 462:c2909e9411ae

Unset move point when selecting draw
author Neil Muller <drnlmuller@gmail.com>
date Sat, 07 Sep 2013 15:55:27 +0200
parents 49f6adde49d0
children 11eaf0d3e612
files tools/area_editor.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/area_editor.py	Sat Sep 07 15:53:20 2013 +0200
+++ b/tools/area_editor.py	Sat Sep 07 15:55:27 2013 +0200
@@ -538,6 +538,7 @@
     def change_poly(self, new_poly):
         self.cur_poly = new_poly
         self._draw_lines = False
+        self._move_point_mode = False
         if self.cur_poly is not None:
             self._parent.reset_lit_buttons()
             self.filled_mode = False