Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/10 00:48:08 (14 years ago)
Author:
swagner
Message:

Fixed application freeze which occurred sometimes when searching for types in the TypeSelector (#904)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.cs

    r2999 r3516  
    150150      else {
    151151        searchString = searchString.ToLower();
    152 
    153152        typesTreeView.BeginUpdate();
    154153        if (!searchString.Contains(currentSearchString)) {
     
    176175            i++;
    177176        }
     177        typesTreeView.EndUpdate();
    178178        currentSearchString = searchString;
    179179
     
    193193        }
    194194        UpdateDescription();
    195         typesTreeView.EndUpdate();
    196195      }
    197196    }
Note: See TracChangeset for help on using the changeset viewer.