Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
1.0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelrhman-AK committed Nov 22, 2023
1 parent de24141 commit 5830255
Show file tree
Hide file tree
Showing 125 changed files with 18,152 additions and 16,987 deletions.
52 changes: 29 additions & 23 deletions WinPaletter/ColorItemControllers/ColorPickerDlg.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions WinPaletter/ColorItemControllers/ColorPickerDlg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,6 @@ public Color Pick(List<Control> Ctrl, Conditions Conditions = null, bool EnableA

private void Change_Color_Preview(object sender, EventArgs e)
{
int steps = 25;
int delay = 1;

Color color = _EnableAlpha ? ColorEditorManager1.Color : Color.FromArgb(255, ColorEditorManager1.Color);

foreach (Control control in ColorControls_List)
Expand Down
Loading

0 comments on commit 5830255

Please sign in to comment.