Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2989


Ignore:
Timestamp:
03/10/10 05:21:17 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893)

Location:
trunk/sources
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj

    r2947 r2989  
    8787  <ItemGroup>
    8888    <None Include="HeuristicLabCoreViewsPlugin.cs.frame" />
     89    <Compile Include="VariableValueView.cs">
     90      <SubType>UserControl</SubType>
     91    </Compile>
     92    <Compile Include="VariableValueView.Designer.cs">
     93      <DependentUpon>VariableValueView.cs</DependentUpon>
     94    </Compile>
    8995    <Compile Include="TextDialog.cs">
    9096      <SubType>Form</SubType>
  • trunk/sources/HeuristicLab.Core/3.3/Variable.cs

    r2932 r2989  
    110110      if (ValueChanged != null)
    111111        ValueChanged(this, EventArgs.Empty);
     112      OnToStringChanged();
    112113    }
    113114
Note: See TracChangeset for help on using the changeset viewer.