tuikit/button.py
changeset 38 c6e170452c7f
parent 34 e3beacd5e536
child 40 5faa38c10b67
--- a/tuikit/button.py	Mon Dec 17 21:07:59 2012 +0100
+++ b/tuikit/button.py	Mon Dec 17 23:19:58 2012 +0100
@@ -79,7 +79,7 @@
 
 
     def getcolor(self):
-        if self.highlight or self.hasfocus():
+        if self.highlight or self.has_focus():
             return self.bghi
         return self.bg