mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 09:18:01 +01:00
progress demo bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user