- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Views/3.3
- Property svn:ignore
-
old new 2 2 Plugin.cs 3 3 *.vs10x 4 *.user
-
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Views/3.3/TreeView/HiveTaskItemTreeView.Designer.cs
r7259 r8085 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 } 50 50 -
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Views/3.3/TreeView/HiveTaskItemTreeView.cs
r7259 r8085 89 89 90 90 protected override void removeButton_Click(object sender, EventArgs e) { 91 base.removeButton_Click(sender, e); 92 91 93 if (treeView.SelectedNode != null) { 92 94 var selectedItem = (HiveTask)treeView.SelectedNode.Tag; -
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Views/3.3/TreeView/ItemTreeView.cs
r7259 r8085 367 367 protected virtual void removeButton_Click(object sender, EventArgs e) { 368 368 if (treeView.SelectedNode != null) { 369 369 detailsViewHost.Content = null; 370 370 } 371 371 }
Note: See TracChangeset
for help on using the changeset viewer.