瀏覽代碼

removed comment about bug

Charlie Kindel 5 年之前
父節點
當前提交
8460642921
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);
 		}