Author: esr
Date: Thu Oct 16 15:49:14 2008
New Revision: 30199

URL: http://svn.gna.org/viewcvs/wesnoth?rev=30199&view=rev
Log:
trackplacer: fix a bug in icon erasure.

Modified:
    trunk/data/tools/trackplacer

Modified: trunk/data/tools/trackplacer
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/trackplacer?rev=30199&r1=30198&r2=30199&view=diff
==============================================================================
--- trunk/data/tools/trackplacer (original)
+++ trunk/data/tools/trackplacer Thu Oct 16 15:49:14 2008
@@ -628,7 +628,9 @@
             for (na, nx, ny) in neighbors:
                 if x != nx and y != ny:
                     self.log("Redrawing action=%s" % ((na, nx, ny),))
-                    self.draw_feature(widget, (na, nx, ny)) 
+                    self.draw_feature(widget,
+                                      (na, nx, ny),
+                                      save_select == self.journey.selected_id) 
         self.journey.set_selected_track(save_select)
 
     def draw_feature(self, widget, (action, x, y), selected):


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to