Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17222


Ignore:
Timestamp:
08/27/19 16:45:35 (5 years ago)
Author:
jkarder
Message:

#3018: fixed condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveJobManagerView.cs

    r17221 r17222  
    145145        // clear hive client only if it is not displayed by any other content view (i.e. job manager)
    146146        var contentViews = MainFormManager.MainForm.Views.OfType<IContentView>();
    147         if (contentViews.All(x => x.Content != Content && x == this))
     147        if (contentViews.All(x => x.Content != Content || x == this))
    148148          Content.ClearHiveClient();
    149149
Note: See TracChangeset for help on using the changeset viewer.