Commit e28b6f13 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Revert "Fixed fullscreen tilling issue Fixes #5262"

parent 13bb9416
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -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);
+2 −3
Original line number Diff line number Diff line
@@ -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
@@ -71,3 +69,4 @@ namespace Isis {
};

#endif