From 5f67da9c5463abcbb714000ffda83bd94849ac87 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Thu, 4 Jun 2020 17:15:26 -0600 Subject: [PATCH] progress demo bug --- UICatalog/Scenarios/Progress.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UICatalog/Scenarios/Progress.cs b/UICatalog/Scenarios/Progress.cs index 7ef28f92e..1db61a335 100644 --- a/UICatalog/Scenarios/Progress.cs +++ b/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,