Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16505


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)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Operators.Views/3.3/AlgorithmOperatorView.Designer.cs

    r15583 r16505  
    8585      // parametersTabPage
    8686      //
     87      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    8788      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    8889      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    9293      this.parametersTabPage.TabIndex = 0;
    9394      this.parametersTabPage.Text = "Parameters";
    94       this.parametersTabPage.UseVisualStyleBackColor = true;
    9595      //
    9696      // parameterCollectionView
     
    109109      // operatorGraphTabPage
    110110      //
     111      this.operatorGraphTabPage.BackColor = System.Drawing.SystemColors.Window;
    111112      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
    112113      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
     
    116117      this.operatorGraphTabPage.TabIndex = 1;
    117118      this.operatorGraphTabPage.Text = "Operator Graph";
    118       this.operatorGraphTabPage.UseVisualStyleBackColor = true;
    119119      //
    120120      // operatorGraphViewHost
  • 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.