From 985aca75babb390275a7caa555dcb2b66380e8db Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 21 Nov 2008 18:55:24 -0600 Subject: [PATCH] Highlight rollover buttons when clicked --- basis/ui/gadgets/buttons/buttons.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/ui/gadgets/buttons/buttons.factor b/basis/ui/gadgets/buttons/buttons.factor index 6b687f7e20..88d957f8cc 100644 --- a/basis/ui/gadgets/buttons/buttons.factor +++ b/basis/ui/gadgets/buttons/buttons.factor @@ -71,6 +71,7 @@ M: button-paint draw-boundary : roll-button-theme ( button -- button ) f black dup f >>boundary + f f pressed-gradient f >>interior align-left ; inline : ( label quot -- button )