Changeset 11991 for trunk/sources
- Timestamp:
- 02/12/15 17:57:53 (10 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/NetronVisualization.cs
r11171 r11991 41 41 SetStyle(ControlStyles.UserPaint, true); 42 42 SetStyle(ControlStyles.ResizeRedraw, true); 43 44 AutoScroll = true; 43 45 44 46 if (!DesignMode) { -
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization.Views/3.3/GraphVisualizationInfoView.Designer.cs
r11171 r11991 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.