[osx, statusicon] Highlight icon when selected

This commit is contained in:
Hylke Bons 2010-12-17 20:23:59 +01:00
parent ccaa219a68
commit 5a7c1f1129

View file

@ -54,10 +54,14 @@ namespace SparkleShare {
Animation = CreateAnimation ();
StatusItem = NSStatusBar.SystemStatusBar.CreateStatusItem (28);
StatusItem.HighlightMode = true;
SetNormalState ();
CreateMenu ();
/* SparkleShare.Controller.FolderSizeChanged += delegate {
Application.Invoke (delegate {
UpdateMenu ();