mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
BUG-1719: Although it's more a feature... I made the parsing respect HTML color NAMES.
This commit is contained in:
parent
4e45ca651e
commit
a4210cbd89
2 changed files with 123 additions and 111 deletions
4
Greenshot/Forms/ColorDialog.Designer.cs
generated
4
Greenshot/Forms/ColorDialog.Designer.cs
generated
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue