reset pointer type from config when updating size

this fixes switching between X/E cursors without restarting
This commit is contained in:
Mike Blumenkrantz 2014-01-23 17:03:56 -05:00
parent e9c0e2c829
commit 1f25710907
1 changed files with 2 additions and 0 deletions

View File

@ -666,6 +666,8 @@ e_pointers_size_set(int size)
EINA_LIST_FOREACH(_e_pointers, l, p)
{
Eina_Stringshare *type;
p->e_cursor = e_config->use_e_cursor;
if (p->evas)
{
if (!p->canvas)