Browse Source

removed comment about bug

Charlie Kindel 5 years ago
parent
commit
8460642921
1 changed files with 0 additions and 1 deletions
  1. 0 1
      UICatalog/Scenarios/Progress.cs

+ 0 - 1
UICatalog/Scenarios/Progress.cs

@@ -90,7 +90,6 @@ namespace UICatalog {
 			_pulseProgressBar.Fraction = 0F;
 
 			_timer = new Timer ((o) => {
-				// BUGBUG: #409 - Invoke does not cause Wakeup as it should
 				Application.MainLoop.Invoke (() => Pulse ());
 			}, null, 0, 20);
 		}