Index: uspace/lib/gui/button.c
===================================================================
--- uspace/lib/gui/button.c	(revision 4fff3c7d31249ac9235b574b27bd61512b9907e4)
+++ uspace/lib/gui/button.c	(revision cfdeedc55a55b7c1fc8de8b3faea55104ff3f641)
@@ -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,
