Commit 9b61036d authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Added history entry.

parent 3accdd89
Loading
Loading
Loading
Loading
+8 −5
Original line number Original line Diff line number Diff line
@@ -35,6 +35,10 @@ namespace Isis {
   *                           Fixes #4479.
   *                           Fixes #4479.
   *   @history 2017-08-02 Tracie Sucharski - Draw the current edit Control Point as a circle with
   *   @history 2017-08-02 Tracie Sucharski - Draw the current edit Control Point as a circle with
   *                           center crosshair in red.  Fixes #5007, #5008.
   *                           center crosshair in red.  Fixes #5007, #5008.
   *   @history 2018-05-01 Kaitlyn Lee - Changed colors of control points to match qnet.
   *                           Colors Changed: free from blue to green, ignored from red to yellow,
   *                           locked from magenta to red, and constrained (was dark green) and
   *                           fixed (was green) are now both represented with magenta. Fixes #5401.
   *
   *
   */
   */
  class ControlPointGraphicsItem : public QGraphicsRectItem {
  class ControlPointGraphicsItem : public QGraphicsRectItem {
@@ -78,4 +82,3 @@ namespace Isis {
}
}


#endif
#endif