Explorar o código

progress demo bug

Charlie Kindel %!s(int64=5) %!d(string=hai) anos
pai
achega
5f67da9c54
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UICatalog/Scenarios/Progress.cs

+ 1 - 1
UICatalog/Scenarios/Progress.cs

@@ -63,7 +63,7 @@ namespace UICatalog {
 				var pulseButton = new Button ("Pulse") {
 					X = Pos.Right (startButton) + 2,
 					Y = Pos.Y (startButton),
-					Clicked = () => PulseBtnClick.Invoke ()
+					Clicked = () => Pulse()
 				};
 				var stopbutton = new Button ("Stop Timer") {
 					X = Pos.Right (pulseButton) + 2,