Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 16:04:11 (14 years ago)
Author:
mkommend
Message:

fixed bug concerning invisible views in viewhost (ticket #972)

File:
1 edited

Legend:

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

    r4068 r4083  
    146146      }
    147147    }
    148     protected void PropagateStateChanges(Control control, Type type, PropertyInfo propertyInfo) {
     148    protected virtual void PropagateStateChanges(Control control, Type type, PropertyInfo propertyInfo) {
    149149      if (!type.GetProperties().Contains(propertyInfo))
    150150        throw new ArgumentException("The specified type " + type + "implement the property " + propertyInfo.Name + ".");
Note: See TracChangeset for help on using the changeset viewer.