Changeset 5214 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 01/05/11 02:48:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.cs ¶
r5042 r5214 118 118 protected override void SetEnabledStateOfControls() { 119 119 base.SetEnabledStateOfControls(); 120 breakpointCheckBox.Enabled = Content != null && !Locked; 120 121 parameterCollectionView.Enabled = Content != null; 121 122 assembliesTreeView.Enabled = Content != null && !ReadOnly; … … 202 203 try { 203 204 ProgrammableOperator.Compile(); 204 } catch (Exception ex) { 205 } 206 catch (Exception ex) { 205 207 ErrorHandling.ShowErrorDialog(this, ex); 206 208 }
Note: See TracChangeset
for help on using the changeset viewer.