Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
BS_CHECKBOX, BS_AUTO* styles.

diff --git a/controls/button.c b/controls/button.c
index 8c43179..29e5052 100644
--- a/controls/button.c
+++ b/controls/button.c
@@ -718,7 +718,6 @@
                 SetTextColor( hDC, GetSysColor(COLOR_GRAYTEXT) );
             DrawTextA( hDC, wndPtr->text, textlen, &rtext,
 			 DT_SINGLELINE | DT_VCENTER );
-	    textlen = 0; /* skip DrawText() below */
 	  }
         }
     }