diff orpg/gametree/nodehandlers/dnd3e.py @ 60:3b2cfa13b610 ornery-dev

Fix to toolbar menus. More correct fix so docking is working on Ubuntu Fix to three broken nodes. Update Manager is no longer a top window, has an icon and now has a place on the task bar (panel).
author sirebral
date Wed, 12 Aug 2009 20:54:46 -0500
parents 4385a7d0efd1
children c54768cffbd4
line wrap: on
line diff
--- a/orpg/gametree/nodehandlers/dnd3e.py	Tue Aug 11 17:48:30 2009 -0500
+++ b/orpg/gametree/nodehandlers/dnd3e.py	Wed Aug 12 20:54:46 2009 -0500
@@ -459,7 +459,7 @@
         t_node._set_nodeValue(value)
         if row==0:
             self.handler.on_name_change(value)
-        self.AutoSizeColumn(1)
+        #self.AutoSizeColumn(1)
 
     def refresh_row(self,rowi):
         t_node = safe_get_text_node(self.n_list[rowi])