BUG-1719: Although it's more a feature... I made the parsing respect HTML color NAMES.

This commit is contained in:
RKrom 2014-12-08 09:29:12 +01:00
commit a4210cbd89
2 changed files with 123 additions and 111 deletions

View file

@ -75,7 +75,7 @@ namespace Greenshot {
this.btnTransparent.TabStop = false;
this.btnTransparent.Text = "Transparent";
this.btnTransparent.UseVisualStyleBackColor = false;
this.btnTransparent.Click += new System.EventHandler(this.btnTransparentClick);
this.btnTransparent.Click += new System.EventHandler(this.BtnTransparentClick);
//
// colorPanel
//
@ -225,7 +225,7 @@ namespace Greenshot {
this.pipette.Name = "pipette";
this.pipette.Size = new System.Drawing.Size(33, 23);
this.pipette.TabIndex = 13;
this.pipette.PipetteUsed += new System.EventHandler<Greenshot.Controls.PipetteUsedArgs>(this.pipetteUsed);
this.pipette.PipetteUsed += new System.EventHandler<Greenshot.Controls.PipetteUsedArgs>(this.PipetteUsed);
//
// ColorDialog
//