progress demo bug

This commit is contained in:
Charlie Kindel
2020-06-04 17:15:26 -06:00
parent 17163a76a9
commit 5f67da9c54

View File

@@ -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,