Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/19 16:28:05 (5 years ago)
Author:
gkronber
Message:

#2978 set background color of tabPages to reduce excessive redraws for AlgorithmOperatorView and EngineAlgorithmView (missed operatorGraphTabPage)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r16502 r16505  
    217217      // operatorGraphTabPage
    218218      //
     219      this.operatorGraphTabPage.BackColor = System.Drawing.SystemColors.Window;
    219220      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
    220221      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
     
    223224      this.operatorGraphTabPage.TabIndex = 4;
    224225      this.operatorGraphTabPage.Text = "Operator Graph";
    225       this.operatorGraphTabPage.UseVisualStyleBackColor = true;
    226226      //
    227227      // operatorGraphViewHost
Note: See TracChangeset for help on using the changeset viewer.