Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4418 for trunk/sources


Ignore:
Timestamp:
09/16/10 17:26:25 (14 years ago)
Author:
mkommend
Message:

Corrected the indication of active views (ticket #1192).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/ViewHost.cs

    r4344 r4418  
    113113      } else ActiveView = null;
    114114      UpdateLabels();
     115      UpdateActiveMenuItem();
    115116    }
    116117
     
    147148      this.SuspendRepaint();
    148149      if (activeView != null) {
    149         UpdateActiveMenuItem();
    150150        this.ActiveView.ReadOnly = this.ReadOnly;
    151151        this.ActiveView.Locked = this.Locked;
Note: See TracChangeset for help on using the changeset viewer.