libgimpwidgets: set the color config on GimpColorSelection's color areas

so they are color managed.
This commit is contained in:
Michael Natterer 2016-05-26 22:22:50 +02:00
parent 0bfa402c1a
commit e080df349c
1 changed files with 4 additions and 0 deletions

View File

@ -537,6 +537,10 @@ gimp_color_selection_set_config (GimpColorSelection *selection,
config);
gimp_color_selector_set_config (GIMP_COLOR_SELECTOR (selection->scales),
config);
gimp_color_area_set_color_config (GIMP_COLOR_AREA (selection->old_color),
config);
gimp_color_area_set_color_config (GIMP_COLOR_AREA (selection->new_color),
config);
}
/* private functions */