X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/67b113d0d32eceb335b479dac143c409e7ad3307..73b6f0b0e4d700b6c3e9b566b503c1c157c3f7f5:/mac/macctrls.c 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) {