Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16049 for stable


Ignore:
Timestamp:
08/06/18 14:11:25 (6 years ago)
Author:
mkommend
Message:

#2930: Merged r16024, r16025, r16032, r16033 into stable.

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/CreateFromExperimentMenuItem.cs

    r15584 r16049  
    4141    protected override void OnActiveViewChanged(object sender, EventArgs e) {
    4242      IContentView activeView = MainFormManager.MainForm.ActiveView as IContentView;
    43       ToolStripItem.Enabled = (activeView != null) && (activeView.Content != null) && ((activeView.Content is Experiment) || (activeView.Content is RunCollection) || (activeView.Content is IOptimizer)) && !activeView.Locked && OKBRoles.CheckUserPermissions();
     43
     44      ToolStripItem.Enabled = (activeView != null) && (activeView.Content != null)
     45        && ((activeView.Content is Experiment) || (activeView.Content is RunCollection) || (activeView.Content is IOptimizer))
     46        && !activeView.Locked;
    4447    }
    4548
Note: See TracChangeset for help on using the changeset viewer.