Skip to content

Commit

Permalink
Fixes gui-cs#2420. BackgroundWorkerCollection scenario is badly clear…
Browse files Browse the repository at this point in the history
…ing invisible button.
  • Loading branch information
BDisp committed Mar 15, 2023
1 parent b7d206b commit ca8455f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UICatalog/Scenarios/BackgroundWorkerCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public StagingUIController ()
};
Add (listView);

start = new Button ("Start") { IsDefault = true };
start = new Button ("Start") { IsDefault = true, ClearOnVisibleFalse = false };
start.Clicked += () => {
Staging = new Staging (DateTime.Now);
RequestStop ();
Expand Down

0 comments on commit ca8455f

Please sign in to comment.