Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/14 17:42:44 (10 years ago)
Author:
mkommend
Message:

#2206: Clean up of data preprocessing code (removed unused code, used more appropriate collections, hiding of the backtransform button of symreg models).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.cs

    r11042 r11070  
    3737    private bool notOwnEvent = true;
    3838    private bool isSearching = false;
    39     private bool isReplacing = false;
    4039    private bool updateOnMouseUp = false;
    4140    private SearchAndReplaceDialog findAndReplaceDialog;
     
    570569
    571570    private void StartReplacing() {
    572       isReplacing = true;
    573571      SuspendRepaint();
    574572    }
    575573
    576574    private void StopReplacing() {
    577       isReplacing = false;
    578575      ResumeRepaint(true);
    579576    }
Note: See TracChangeset for help on using the changeset viewer.