Add hover to BuddyIcon in the Frame.

This commit is contained in:
Tomeu Vizoso
2007-02-24 14:58:38 +01:00
parent 940b50b4e6
commit ce800fbc66
4 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ class SnowflakeBox(hippo.CanvasBox, hippo.CanvasItem):
return width
def do_allocate(self, width, height, origin_changed):
hippo.CanvasBox.do_allocate(self, width, height)
hippo.CanvasBox.do_allocate(self, width, height, origin_changed)
self._layout_root()