diff orpg/mapper/grid_handler.py @ 20:072ffc1d466f traipse_dev

2nd attempt. Still untested.
author sirebral
date Sat, 25 Jul 2009 19:23:25 -0500
parents 78407d627cba
children c54768cffbd4
line wrap: on
line diff
--- a/orpg/mapper/grid_handler.py	Sat Jul 25 17:24:40 2009 -0500
+++ b/orpg/mapper/grid_handler.py	Sat Jul 25 19:23:25 2009 -0500
@@ -93,7 +93,8 @@
             return
 
         self.canvas.layers['grid'].set_grid(int(self.grid_size.GetValue()),self.grid_snap.GetValue(),
-            self.color_button.GetBackgroundColour(),self.grid_mode.GetSelection(),self.line_type.GetSelection(),float(self.grid_ratio.GetValue()))
+            self.color_button.GetBackgroundColour(),self.grid_mode.GetSelection(),
+            self.line_type.GetSelection(),float(self.grid_ratio.GetValue()))
         self.update_info()
         self.canvas.send_map_data()
         self.canvas.Refresh()