I've added a one second cache to the NSMenu proxy because otherwise the menu provider...
[ITKit.git] / ITStatusItem.h
index 7085c78..4ed0643 100644 (file)
@@ -22,6 +22,7 @@
 
 @interface ITStatusItem : NSStatusItem {
        id <ITStatusItemMenuProvider> _menuProvider;
+       NSMenu *_menuProxy;
 }
 
 - (id)initWithStatusBar:(NSStatusBar *)statusBar withLength:(float)length;