Changeset 5224
- Timestamp:
- 01/05/11 15:00:53 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/OperatorTreeView.cs
r3904 r5224 344 344 viewToolStripMenuItem.Tag = op; 345 345 } 346 breakpointToolStripMenuItem.Enabled = true;346 breakpointToolStripMenuItem.Enabled = !Locked; 347 347 breakpointToolStripMenuItem.Tag = op; 348 348 if (op.Breakpoint) -
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphView.cs
r4448 r5224 168 168 this.initialToolStripMenuItem.Enabled = !ReadOnly && !Locked; 169 169 this.breakPointToolStripMenuItem.Checked = op.Breakpoint; 170 this.breakPointToolStripMenuItem.Enabled = ! ReadOnly;170 this.breakPointToolStripMenuItem.Enabled = !Locked; 171 171 } 172 172 }
Note: See TracChangeset
for help on using the changeset viewer.