Changeset 5124
- Timestamp:
- 12/17/10 12:16:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DebugEngine/3.3/OperationContentView.cs
r5122 r5124 241 241 if (param != null) { 242 242 string actualName = null; 243 IExecutionContext context = executionContextTreeView.SelectedNode.Parent as IExecutionContext ?? Content.ExecutionContext;243 IExecutionContext context = executionContextTreeView.SelectedNode.Parent.Tag as IExecutionContext ?? Content.ExecutionContext; 244 244 MainFormManager.MainForm.ShowContent(GetParameterValue(param, context, out actualName) as IContent); 245 245 }
Note: See TracChangeset
for help on using the changeset viewer.