Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/10 09:24:42 (14 years ago)
Author:
swinkler
Message:

Corrected comments and descriptions (#1182); formatted code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/DockPanel.DockDragHandler.cs

    r4068 r4513  
    136136          private static Bitmap _bitmapPaneDiamondHotSpot = Resources.DockIndicator_PaneDiamond_HotSpot;
    137137          private static Bitmap _bitmapPaneDiamondHotSpotIndex = Resources.DockIndicator_PaneDiamond_HotSpotIndex;
    138           private static HotSpotIndex[] _hotSpots = new HotSpotIndex[]
    139       {
    140         new HotSpotIndex(1, 0, DockStyle.Top),
    141         new HotSpotIndex(0, 1, DockStyle.Left),
    142         new HotSpotIndex(1, 1, DockStyle.Fill),
    143         new HotSpotIndex(2, 1, DockStyle.Right),
    144         new HotSpotIndex(1, 2, DockStyle.Bottom)
    145       };
     138          private static HotSpotIndex[] _hotSpots = new HotSpotIndex[] {
     139            new HotSpotIndex(1, 0, DockStyle.Top),
     140            new HotSpotIndex(0, 1, DockStyle.Left),
     141            new HotSpotIndex(1, 1, DockStyle.Fill),
     142            new HotSpotIndex(2, 1, DockStyle.Right),
     143            new HotSpotIndex(1, 2, DockStyle.Bottom)
     144          };
    146145          private static GraphicsPath _displayingGraphicsPath = DrawHelper.CalculateGraphicsPathFromBitmap(_bitmapPaneDiamond);
    147146
Note: See TracChangeset for help on using the changeset viewer.