- Timestamp:
- 04/16/10 01:39:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphView.cs ¶
r3355 r3361 38 38 namespace HeuristicLab.Operators.Views.GraphVisualization { 39 39 [View("OperatorGraph View (Chart)")] 40 [Content(typeof(OperatorGraph), false)]40 [Content(typeof(OperatorGraph), true)] 41 41 public partial class OperatorGraphView : ContentView { 42 42 public OperatorGraphView() { … … 93 93 graphVisualizationInfoView.ReadOnly = true; 94 94 connectButton.Enabled = false; 95 96 95 } else { 97 96 selectButton.Enabled = true;
Note: See TracChangeset
for help on using the changeset viewer.