about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/event.c b/event.c
index a5e75ca..20ab599 100644
--- a/event.c
+++ b/event.c
@@ -273,9 +273,9 @@ leavenotify(XEvent *e) {
 	XCrossingEvent *ev = &e->xcrossing;
 
 	if((ev->window == root) && !ev->same_screen) {
-		issel = False;
 		if(sel)
-			XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);
+			focus(NULL);
+		issel = False;
 	}
 }