mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Fix 'Mask' node missing Properties widget; fix crash with 'Brightness/Contrast Classic' node (#3404)
* Fix 'Mask' node missing Properties widget; fix crash with 'Brightness/Contrast Classic' node Also clean up dead code and improve tooltip for the "-" Properties panel widget fallback. * format type --------- Co-authored-by: Adam <adamgerhant@gmail.com>
This commit is contained in:
@@ -141,9 +141,9 @@ fn make_opaque<T: Adjust<Color>>(
|
||||
input
|
||||
}
|
||||
|
||||
/// See [`brightness_contrast`]
|
||||
// TODO: Remove this once GPU shader nodes are able to support the non-classic algorithm
|
||||
#[node_macro::node(
|
||||
name("Brightness/Contrast classic"),
|
||||
name("Brightness/Contrast Classic"),
|
||||
category("Raster: Adjustment"),
|
||||
properties("brightness_contrast_properties"),
|
||||
shader_node(PerPixelAdjust)
|
||||
|
||||
Reference in New Issue
Block a user