Mercurial > traipse
diff orpg/mapper/grid_handler.py @ 13:211ac836b6a0 grumpy-goblin
{090731-00} Fixes problem with Name & Settings window, cleans code.
author | sirebral |
---|---|
date | Fri, 31 Jul 2009 15:22:11 -0500 |
parents | 5df1340bda13 |
children | 97265586402b |
line wrap: on
line diff
--- a/orpg/mapper/grid_handler.py Fri Jul 24 10:03:22 2009 -0500 +++ b/orpg/mapper/grid_handler.py Fri Jul 31 15:22:11 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()