app: in GimpDashboard, improve legend logic
(cherry picked from commit 088827e563)
This commit is contained in:
parent
e7d9344880
commit
3097978f4e
1 changed files with 1 additions and 1 deletions
|
|
@ -2789,7 +2789,7 @@ gimp_dashboard_update_group (GimpDashboard *dashboard,
|
|||
n_rows++;
|
||||
}
|
||||
|
||||
if (group_info->has_meter && variable_info->color.a)
|
||||
if (group_info->has_meter && field_info->meter_value)
|
||||
{
|
||||
color_area = gimp_color_area_new (&variable_info->color,
|
||||
GIMP_COLOR_AREA_FLAT, 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue