From 27e62034ce13f49caf79c7c3e1dd106214e05024 Mon Sep 17 00:00:00 2001 From: Owen Dunn Date: Sat, 19 Feb 2005 15:53:26 +0000 Subject: [PATCH] Grey the titles of group boxes when the config box is not frontmost. Edit box values still fail to be greyed. [originally from svn r5355] --- mac/macctrls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mac/macctrls.c b/mac/macctrls.c index 4ce523e6..d58cfe27 100644 --- a/mac/macctrls.c +++ b/mac/macctrls.c @@ -1218,6 +1218,8 @@ void macctrl_activate(WindowPtr window, EventRecord *event) case MACCTRL_POPUP: HiliteControl(mc->popup.tbctrl, state); break; + case MACCTRL_GROUPBOX: + HiliteControl(mc->popup.tbctrl, state); } #if !TARGET_API_MAC_CARBON if (mcs->focus == mc) { -- 2.45.2