Loading isis/src/qisis/objs/WindowTool/WindowTool.cpp +7 −8 Original line number Diff line number Diff line Loading @@ -182,7 +182,6 @@ namespace Isis { for (int i = windowList.size() - 1; i >= 0; i--) { QMdiSubWindow *window = windowList[i]; window->showNormal(); QRect rect(0, 0, vpSize, vpSize); window->setGeometry(rect); window->move(position); Loading isis/src/qisis/objs/WindowTool/WindowTool.h +2 −3 Original line number Diff line number Diff line Loading @@ -19,8 +19,6 @@ namespace Isis { * between all viewports now. Fixes #195. * @history 2017-07-19 Marjorie Hahn and Tracie Sucharski - Implemented new * viewport tiling scheme. * @history 2018-01-09 Cole Neubauer - Returns windows to normal state before they are tiled to * fix fullscreen tiling issue Fixes #5262 */ class WindowTool : public Tool { Q_OBJECT Loading Loading @@ -71,3 +69,4 @@ namespace Isis { }; #endif Loading
isis/src/qisis/objs/WindowTool/WindowTool.cpp +7 −8 Original line number Diff line number Diff line Loading @@ -182,7 +182,6 @@ namespace Isis { for (int i = windowList.size() - 1; i >= 0; i--) { QMdiSubWindow *window = windowList[i]; window->showNormal(); QRect rect(0, 0, vpSize, vpSize); window->setGeometry(rect); window->move(position); Loading
isis/src/qisis/objs/WindowTool/WindowTool.h +2 −3 Original line number Diff line number Diff line Loading @@ -19,8 +19,6 @@ namespace Isis { * between all viewports now. Fixes #195. * @history 2017-07-19 Marjorie Hahn and Tracie Sucharski - Implemented new * viewport tiling scheme. * @history 2018-01-09 Cole Neubauer - Returns windows to normal state before they are tiled to * fix fullscreen tiling issue Fixes #5262 */ class WindowTool : public Tool { Q_OBJECT Loading Loading @@ -71,3 +69,4 @@ namespace Isis { }; #endif