Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/19 14:42:55 (5 years ago)
Author:
gkronber
Message:

#2978: prevent excessive OnPaint calls by setting the BackColor in AlgorithmView tabPages.

File:
1 edited

Legend:

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

    r15583 r16502  
    108108      // globalScopeTabPage
    109109      //
     110      this.globalScopeTabPage.BackColor = System.Drawing.SystemColors.Window;
    110111      this.globalScopeTabPage.Controls.Add(this.globalScopeView);
    111112      this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22);
     
    114115      this.globalScopeTabPage.TabIndex = 6;
    115116      this.globalScopeTabPage.Text = "Global Scope";
    116       this.globalScopeTabPage.UseVisualStyleBackColor = true;
    117117      //
    118118      // globalScopeView
Note: See TracChangeset for help on using the changeset viewer.