Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2028


Ignore:
Timestamp:
06/06/09 08:44:01 (15 years ago)
Author:
mstoeger
Message:

fixed the data binding of the datarows to the listbox by overriding the tostring method. #670

Location:
trunk/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/3.2/DataRow.cs

    r1996 r2028  
    224224      }
    225225    }
     226
     227    public override string ToString() {
     228      return RowSettings.Label;
     229    }
    226230  }
    227231}
  • trunk/sources/HeuristicLab.Visualization/3.2/Options/Options.cs

    r1993 r2028  
    181181
    182182        LineSelectCB.DataSource = model.Rows;
    183         LineSelectCB.DisplayMember = "Label";
    184 
    185183
    186184        LineSelectCB.SelectedIndex = 0;
  • trunk/sources/HeuristicLab.sln

    r1973 r2028  
    232232EndProject
    233233Global
    234   GlobalSection(TestCaseManagementSettings) = postSolution
    235     CategoryFile = HeuristicLab1.vsmdi
    236   EndGlobalSection
    237234  GlobalSection(SolutionConfigurationPlatforms) = preSolution
    238235    CEDMA Debug|Any CPU = CEDMA Debug|Any CPU
     
    40524049    {ABAE70E0-14E3-4588-B6BB-15DF022985C3} = {410732DB-725A-4824-896B-C298978343C0}
    40534050    {A9E282EA-180F-4233-B809-AEDF0787545C} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B}
     4051    {BF7D9494-A586-457B-8DF9-ED599F9E6A71} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B}
    40544052    {C36BD924-A541-4A00-AFA8-41701378DDC5} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B}
    40554053    {BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B}
     
    40774075    {4BA6068B-647C-454D-AED1-F4833034A476} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B}
    40784076    {3A5ACA94-47A7-47D6-B644-2B8A7503FCCC} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B}
    4079     {BF7D9494-A586-457B-8DF9-ED599F9E6A71} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B}
     4077  EndGlobalSection
     4078  GlobalSection(TestCaseManagementSettings) = postSolution
     4079    CategoryFile = HeuristicLab1.vsmdi
    40804080  EndGlobalSection
    40814081EndGlobal
Note: See TracChangeset for help on using the changeset viewer.