Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/21/17 15:25:30 (7 years ago)
Author:
pfleck
Message:

#2709 Fixed an issue when doubleclicking the scatterplot (error in re-layouting the color gradient).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs

    r15019 r15041  
    312312      this.gradientPanel.Size = new System.Drawing.Size(69, 517);
    313313      this.gradientPanel.TabIndex = 1;
     314      this.gradientPanel.Visible = false;
    314315      //
    315316      // gradientPictureBox
    316317      //
    317       this.gradientPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    318             | System.Windows.Forms.AnchorStyles.Left)));
     318      this.gradientPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     319            | System.Windows.Forms.AnchorStyles.Left)
     320            | System.Windows.Forms.AnchorStyles.Right)));
    319321      this.gradientPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    320322      this.gradientPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("gradientPictureBox.Image")));
Note: See TracChangeset for help on using the changeset viewer.