Browse Source

removed comment about bug

Charlie Kindel 5 năm trước cách đây
mục cha
commit
8460642921
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
 		}