Commit 10e3dfef authored by Christopher Combs's avatar Christopher Combs
Browse files

Added Control Point info to ControlPointEditWidget. Fixes #5066

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7964 41f8697f-d340-4b68-9986-7bafba869bb8
parent 6ab0570e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ namespace Isis {
   *   @history 2017-07-24 Makayla Shepherd - Fixed a seg fault in ipce that occurs when attempting
   *                           to edit a control point when there is not an active control network.
   *                           Fixes #5048.
   *   @history 2017-08-09 Christopher Combs - Added Apriori lat, lon, and radius labels. Fixes#5066
   */
  class CnetEditorWidget : public QWidget {
      Q_OBJECT
@@ -170,4 +171,3 @@ namespace Isis {
}

#endif