Commit 96378503 authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Changed ignored points back to yellow.

parent a28f54b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ namespace Isis {

    // Providing a width of 0 makes pens cosmetic (i.e. always appear as 1 pixel on screen)
    if (cp->IsIgnored()) {
      setPen(QPen(Qt::darkYellow, 0.0));
      setPen(QPen(Qt::yellow, 0.0));
    }
    else if ( (cp->GetType() == ControlPoint::Fixed)
      || (cp->GetType() == ControlPoint::Constrained) ) {
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ namespace Isis {
   *                           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 darkGreen, locked from magenta
   *                           to darkGreen, ignored from red to darkYellow,
   *                           to darkGreen, ignored from red to yellow,
   *                           and constrained (was dark green) and fixed (was green)
   *                           are now both represented with magenta. Fixes #5401.
   *