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:
Ben Rogalski
2020-05-24 16:26:50 -04:00
committed by Jehan
parent e5caf21bcb
commit d90b84ba9d
27 changed files with 601 additions and 134 deletions

View File

@ -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);
}