Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/09 18:11:42 (15 years ago)
Author:
mkommend
Message:

added support for multiple document mainform without docking (ticket #716)

File:
1 edited

Legend:

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

    r2252 r2253  
    5959      DockForm dockForm = (DockForm)sender;
    6060      openViews.Remove(dockForm.View);
     61      if (openViews.Count == 0)
     62        activeView = null;
    6163      dockForm.Activated -= new EventHandler(DockFormActivated);
    6264      dockForm.FormClosing -= new FormClosingEventHandler(DockFormClosing);
Note: See TracChangeset for help on using the changeset viewer.