Loading isis/src/qisis/objs/ZoomTool/ZoomTool.h +4 −2 Original line number Diff line number Diff line Loading @@ -71,7 +71,9 @@ namespace Isis { ZoomTool(QWidget *parent); void addTo(QMenu *menu); //! Returns the name of the menu. /** *@return the name of the menu. **/ QString menuName() const { return "&View"; } Loading Loading @@ -120,7 +122,7 @@ namespace Isis { QAction *p_zoomFit; //!< Fit the cube in the viewport action. QLineEdit *p_zoomLineEdit; //!< Line edit for manual zoom factor. double p_lastScale; double p_lastScale; //!< Last scale. }; }; Loading Loading
isis/src/qisis/objs/ZoomTool/ZoomTool.h +4 −2 Original line number Diff line number Diff line Loading @@ -71,7 +71,9 @@ namespace Isis { ZoomTool(QWidget *parent); void addTo(QMenu *menu); //! Returns the name of the menu. /** *@return the name of the menu. **/ QString menuName() const { return "&View"; } Loading Loading @@ -120,7 +122,7 @@ namespace Isis { QAction *p_zoomFit; //!< Fit the cube in the viewport action. QLineEdit *p_zoomLineEdit; //!< Line edit for manual zoom factor. double p_lastScale; double p_lastScale; //!< Last scale. }; }; Loading