From: a bellenir Date: Mon, 28 Jul 2014 07:10:14 +0000 (+0000) Subject: unhighlight frame when changing focus from it X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=9b4fcc30de521ec78e7fc300bce060fe329f1703;p=archive%2Fafm.git unhighlight frame when changing focus from it --- diff --git a/source/state.c b/source/state.c index 75dad62..92ae369 100644 --- a/source/state.c +++ b/source/state.c @@ -69,6 +69,7 @@ WorkDir_T* state_get_focused_workdir(void) { } void state_set_focused_node(list_node_t *p_node) { + frame_set_highlighting(state_get_focused_frame(), false, true); Focused_Node = p_node; }