Grey the titles of group boxes when the config box is not frontmost.
authorowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Sat, 19 Feb 2005 15:53:26 +0000 (15:53 +0000)
committerowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Sat, 19 Feb 2005 15:53:26 +0000 (15:53 +0000)
Edit box values still fail to be greyed.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5355 cda61777-01e9-0310-a592-d414129be87e

mac/macctrls.c

index 4ce523e..d58cfe2 100644 (file)
@@ -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) {