Index: uspace/app/taskbar/wndlist.c
===================================================================
--- uspace/app/taskbar/wndlist.c	(revision 3c54869a5b618845c19d4f6200ee90ac99a446aa)
+++ uspace/app/taskbar/wndlist.c	(revision 17c0f5d3dbc71d4acf0607c23f54e6519bcea40f)
@@ -289,4 +289,5 @@
 	if (entry->visible)
 		ui_fixed_remove(wndlist->fixed, ui_pbutton_ctl(entry->button));
+
 	list_remove(&entry->lentries);
 
@@ -494,4 +495,8 @@
 		return rc;
 
+	rc = gfx_update(gc);
+	if (rc != EOK)
+		return rc;
+
 	return EOK;
 }
