Custom transparency checkerboard colors
Reviewer (Jehan) note: cherry picked from MR !274. Still deciding whether this will be pushed to gimp-2-10 branch too. Fixed Conflicts from !274: app/dialogs/preferences-dialog.c app/display/gimpdisplayshell-draw.c app/plug-in/gimppluginmanager-call.c libgimp/gimp.c libgimp/gimp.h libgimpwidgets/gimppreviewarea.c libgimpwidgets/gimppreviewarea.h libgimpwidgets/gimpscrolledpreview.c
This commit is contained in:
@ -144,6 +144,8 @@ gimp_aspect_preview_init (GimpAspectPreview *preview)
|
||||
g_object_set (gimp_preview_get_area (GIMP_PREVIEW (preview)),
|
||||
"check-size", gimp_check_size (),
|
||||
"check-type", gimp_check_type (),
|
||||
"check-custom-color1", gimp_check_custom_color1 (),
|
||||
"check-custom-color2", gimp_check_custom_color2 (),
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user