[frontpython commit] r42 - trunk/SDK/PyFR

1 view
Skip to first unread message

codesite...@google.com

unread,
Apr 14, 2008, 3:47:58 AM4/14/08
to frontpyth...@googlegroups.com
Author: jon.christopher
Date: Sun Apr 13 23:19:51 2008
New Revision: 42

Modified:
trunk/SDK/PyFR/MenuController.py

Log:

saving layer to menu items so that text in menu items can be updated


Modified: trunk/SDK/PyFR/MenuController.py
==============================================================================
--- trunk/SDK/PyFR/MenuController.py (original)
+++ trunk/SDK/PyFR/MenuController.py Sun Apr 13 23:19:51 2008
@@ -88,6 +88,7 @@
else:
result=BRTextMenuItemLayer.alloc().init()
result.setTitle_withAttributes_(self.menu.items[row].title,BRThemeInfo.sharedTheme().menuItemSmallTextAttributes())
+ self.menu.items[row].layer=result
return result

def itemSelected_(self, row):

Reply all
Reply to author
Forward
0 new messages