Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/20/08 16:40:08 (16 years ago)
Author:
gkronber
Message:

fixed #24 by setting the starter to be the owner of the plugin-manager window in ShowDialog().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/MainForm.cs

    r17 r19  
    8484          ManagerForm form = new ManagerForm();
    8585          this.Visible = false;
    86           form.ShowDialog();
     86          form.ShowDialog(this);
    8787          RefreshApplicationsList();
    8888          this.Visible = true;
Note: See TracChangeset for help on using the changeset viewer.