[Skencil-commits] r733 - skencil/branches/skencil-0.6/src/Sketch/UI

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Sep 23 04:01:51 CEST 2010


Author: igor_n
Date: 2010-09-23 04:01:35 +0200 (Thu, 23 Sep 2010)
New Revision: 733

Modified:
   skencil/branches/skencil-0.6/src/Sketch/UI/tkext.py
Log:
fix for tk8.5 support

Modified: skencil/branches/skencil-0.6/src/Sketch/UI/tkext.py
===================================================================
--- skencil/branches/skencil-0.6/src/Sketch/UI/tkext.py	2010-09-22 21:54:38 UTC (rev 732)
+++ skencil/branches/skencil-0.6/src/Sketch/UI/tkext.py	2010-09-23 02:01:35 UTC (rev 733)
@@ -671,6 +671,7 @@
         kw['pyobject'] = key
         kw['class'] = self.__class__.__name__
         Widget.__init__(self, master, 'paxwidget', kw = kw)
+        self.InitTkWinObject(pax.name_to_window(self._w, self.tk.interpaddr()))
 
     def DestroyMethod(self):
         self.tkwin = None



More information about the Skencil-commits mailing list