Index: uspace/lib/gui/button.c
===================================================================
--- uspace/lib/gui/button.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
+++ uspace/lib/gui/button.c	(revision 889cdb1c2046af9d31d314fa691773fa2e4f9119)
@@ -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,
