Loading isis/src/qisis/objs/MosaicSceneWidget/ControlPointGraphicsItem.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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) ) { Loading isis/src/qisis/objs/MosaicSceneWidget/ControlPointGraphicsItem.h +1 −1 Original line number Diff line number Diff line Loading @@ -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. * Loading Loading
isis/src/qisis/objs/MosaicSceneWidget/ControlPointGraphicsItem.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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) ) { Loading
isis/src/qisis/objs/MosaicSceneWidget/ControlPointGraphicsItem.h +1 −1 Original line number Diff line number Diff line Loading @@ -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. * Loading