Index: uspace/lib/gui/button.c
===================================================================
--- uspace/lib/gui/button.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
+++ uspace/lib/gui/button.c	(revision f230cbd5cebf1680274f794fe7eb4c39125fadc8)
@@ -61,4 +61,5 @@
 	drawctx_init(&drawctx, surface);
 
+	drawctx_set_compose(&drawctx, compose_over);
 	drawctx_set_source(&drawctx, &btn->background);
 	drawctx_transfer(&drawctx, widget->hpos, widget->vpos,
