Highlight: apply disable/enable the highlight status for all groups.

The highlight feature is provided for global usage (it means,
that disabling highlighting will turn off it for ALL parts
in ALL groups). This patch add management the highlight
feature status for cases when the highlight was enabled
when one group was active and disable in another group.
This commit is contained in:
Mykyta Biliavskyi 2015-09-15 15:41:08 +00:00
parent b542071bb3
commit abe5ef0aa6
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ edit_view_sync_cb(void *data, Eina_Stringshare *state_name, double state_value,
}
if (edit_part_highlight_get(pd->ed))
view_part_highlight_set(VIEW_DATA, part_name);
else
view_part_highlight_set(VIEW_DATA, NULL);
if (!state_name)
{