- Timestamp:
- 08/06/09 18:11:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm/3.2/DockingMainForm.cs
r2252 r2253 59 59 DockForm dockForm = (DockForm)sender; 60 60 openViews.Remove(dockForm.View); 61 if (openViews.Count == 0) 62 activeView = null; 61 63 dockForm.Activated -= new EventHandler(DockFormActivated); 62 64 dockForm.FormClosing -= new FormClosingEventHandler(DockFormClosing);
Note: See TracChangeset
for help on using the changeset viewer.