Changeset 2989
- Timestamp:
- 03/10/10 05:21:17 (15 years ago)
- 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 87 87 <ItemGroup> 88 88 <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> 89 95 <Compile Include="TextDialog.cs"> 90 96 <SubType>Form</SubType> -
trunk/sources/HeuristicLab.Core/3.3/Variable.cs
r2932 r2989 110 110 if (ValueChanged != null) 111 111 ValueChanged(this, EventArgs.Empty); 112 OnToStringChanged(); 112 113 } 113 114
Note: See TracChangeset
for help on using the changeset viewer.