unset border.changed after changing border in tiling

fix T1456
This commit is contained in:
Mike Blumenkrantz 2014-07-28 08:16:45 -04:00
parent 528cff8313
commit 69c89d7202
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ change_window_border(E_Client *ec, const char *bordername)
eina_stringshare_del(ec->border.name);
ec->border.name = pborder;
}
ec->border.changed = 0;
DBG("%p -> border %s", ec, bordername);
}