Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/26/11 18:26:02 (13 years ago)
Author:
ascheibe
Message:

#1233

  • implemented last couple of slave ui review comments
  • added global runs view to the job manager
  • some minor ui improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.App/3.3/MainWindow.cs

    r6823 r6834  
    3636      } else {
    3737        Show();
     38        if (WindowState == FormWindowState.Minimized) {
     39          WindowState = FormWindowState.Normal;
     40        }
    3841      }
    3942    }
     
    4548      }
    4649    }
     50
     51    private void MainWindow_SizeChanged(object sender, EventArgs e) {
     52      if (WindowState == FormWindowState.Minimized) {
     53        Hide();
     54      } /*else if (Visible == false) {
     55        Show();
     56      }   */
     57    }
    4758  }
    4859}
Note: See TracChangeset for help on using the changeset viewer.