Changeset 11995
- Timestamp:
- 02/12/15 20:41:03 (10 years ago)
- Location:
- stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 11991
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 11991
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/NetronVisualization.cs
r11170 r11995 41 41 SetStyle(ControlStyles.UserPaint, true); 42 42 SetStyle(ControlStyles.ResizeRedraw, true); 43 44 AutoScroll = true; 43 45 44 46 if (!DesignMode) { -
stable/HeuristicLab.Operators.Views.GraphVisualization.Views/3.3/GraphVisualizationInfoView.Designer.cs
r11170 r11995 53 53 // 54 54 this.graphVisualization.AllowDrop = false; 55 this.graphVisualization.AutoScroll = true;56 55 this.graphVisualization.BackColor = System.Drawing.Color.DarkGray; 57 56 this.graphVisualization.BackgroundType = global::Netron.Diagramming.Core.CanvasBackgroundTypes.FlatColor;
Note: See TracChangeset
for help on using the changeset viewer.