Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4103


Ignore:
Timestamp:
07/25/10 23:48:35 (14 years ago)
Author:
mkommend
Message:

improved ViewHost (ticket #972)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/ViewHost.cs

    r4097 r4103  
    7272              ActiveViewControl.BringToFront();
    7373            }
    74           }
     74          } else viewType = null;
    7575          OnActiveViewChanged();
    7676        }
     
    116116        }
    117117      }
    118       if (cachedViews.Count == 0) ViewType = null;
    119118    }
    120119
Note: See TracChangeset for help on using the changeset viewer.