Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Yancey <bryce@yanceyware.com>2020-09-12 07:43:57 +0300
committerBryce Yancey <bryce@yanceyware.com>2020-09-12 07:52:42 +0300
commit988d33eba543d3a0ada24ba06370a5aa322b1a1d (patch)
tree369e237b4ecf45e152d79a014349654051b6f1b0 /UVtools.GUI/Properties/Resources.Designer.cs
parent5cfd62d36e6ad9193a044bfca2a0e2dd4ae71928 (diff)
Customize cursor for Pixel Edit mode
*(Add)- Support for color cursors via CursorResourceLoader The built-in Cursor class has a limitation that prevents it from supporting color or greyscale cursors. Loading anything other than a 2-bit cursor will result in an all-black cursor. Added a CursorResourceLoader class to work around this issue. *(Add) Utilized CursorResourceLoader to load a custom 'pencil' cursor for the pixel edit mode. *(Add) Option to the settings dialog to allow the preview layer tooltips for select, ROI, and edit pixel mode to be hidden.
Diffstat (limited to 'UVtools.GUI/Properties/Resources.Designer.cs')
-rw-r--r--UVtools.GUI/Properties/Resources.Designer.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/UVtools.GUI/Properties/Resources.Designer.cs b/UVtools.GUI/Properties/Resources.Designer.cs
index 18b07d0..95170c1 100644
--- a/UVtools.GUI/Properties/Resources.Designer.cs
+++ b/UVtools.GUI/Properties/Resources.Designer.cs
@@ -731,6 +731,16 @@ namespace UVtools.GUI.Properties {
}
/// <summary>
+ /// Looks up a localized resource of type System.Byte[].
+ /// </summary>
+ internal static byte[] pixel_edit {
+ get {
+ object obj = ResourceManager.GetObject("pixel_edit", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap plus_16x16 {