Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #607 from perezale/aleperez-development
Browse files Browse the repository at this point in the history
GH-604: ColorSlider component resource path's fix.
  • Loading branch information
cesarsouza authored May 21, 2017
2 parents 1402b57 + eceda08 commit b81b3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Accord.Controls.Imaging/AForge/ColorSlider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public ColorSlider()

// load arrow bitmap
Assembly assembly = this.GetType().Assembly;
arrow = new Bitmap(assembly.GetManifestResourceStream("Accord.Controls.Resources.arrow.bmp"));
arrow = new Bitmap(assembly.GetManifestResourceStream("Accord.Controls.AForge.Resources.arrow.bmp"));
arrow.MakeTransparent(Color.FromArgb(255, 255, 255));
}

Expand Down

0 comments on commit b81b3ce

Please sign in to comment.