Changeset 3186
- Timestamp:
- 03/22/10 18:06:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/GraphVisualizationInfoView.cs
r3181 r3186 362 362 363 363 //fix to avoid negative shape positions after layouting 364 Thread.Sleep( 100);364 Thread.Sleep(300); 365 365 int minX = this.graphVisualization.Controller.Model.Shapes.Min(s => s.Location.X); 366 366 int shiftX = minX < 0 ? Math.Abs(minX) + 50 : 0;
Note: See TracChangeset
for help on using the changeset viewer.