]> git.mdlowis.com Git - archive/afm.git/commitdiff
unhighlight frame when changing focus from it
authora bellenir <a@bellenir.com>
Mon, 28 Jul 2014 07:10:14 +0000 (07:10 +0000)
committera bellenir <a@bellenir.com>
Mon, 28 Jul 2014 07:10:14 +0000 (07:10 +0000)
source/state.c

index 75dad62d0265928d09bf21ef0cccadfa310f08f9..92ae3692d9fe77f1f7aff3669dd9b60d37767309 100644 (file)
@@ -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;
 }