Browse Source

Fixed dispose calls (one I missed).

Tig 1 year ago
parent
commit
1e5ac783c5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      UICatalog/Scenarios/BackgroundWorkerCollection.cs

+ 0 - 1
UICatalog/Scenarios/BackgroundWorkerCollection.cs

@@ -485,7 +485,6 @@ public class BackgroundWorkerCollection : Scenario
                                                  }
 #endif
                                                  Application.Run (stagingUI);
-                                                 stagingUI.Dispose ();
                                              }
                                          };