Unverified Commit e6a23dfe authored by Kaitlyn Lee's avatar Kaitlyn Lee Committed by GitHub
Browse files

Fixed history entries and removed unused member variable.

parent d786e6ba
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -82,14 +82,9 @@ namespace Isis {
   *                           view has its own toolbar, so having getters that return toolbar
   *                           actions to fill the toolbar of the IpceMainWindow are unnecessary.
   *                           Removed methods that returned menu and toolbar actions.
   *                           Made it so that on default and if there is no active control net,
   *                           the Control Net Tool will be disabled.
   *                           Added enableControlNetTool(bool) so when an active control net is set,
   *                           the tool becomes enabled.
   *  @history 2018-06-25 Kaitlyn Lee - When multiple views are open, there is a possibility of
   *                           Added enableControlNetTool(bool) so when an active control net is
   *                           set, the tool becomes enabled.
   *  @history 2018-06-25 Kaitlyn Lee - When multiple views are open, there is a possibility of
   *                           getting ambiguous shortcut errors. To counter this, we enable/disable
   *                           actions. On default, actions are disabled until a user moves the
   *                           cursor over the view. When a user moves the cursor outside of the
@@ -170,8 +165,6 @@ namespace Isis {
      QToolBar *m_permToolBar; //!< The permanent tool bar
      QToolBar *m_activeToolBar; //!< The active tool bar
      ToolPad *m_toolPad; //!< The tool pad

      QAction *m_controlNetToolAction;  //!< The action for Control Point Editor Tool(MosaicControl
  };
}