]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Grey the titles of group boxes when the config box is not frontmost.
authorOwen Dunn <owen@greenend.org.uk>
Sat, 19 Feb 2005 15:53:26 +0000 (15:53 +0000)
committerOwen Dunn <owen@greenend.org.uk>
Sat, 19 Feb 2005 15:53:26 +0000 (15:53 +0000)
Edit box values still fail to be greyed.

[originally from svn r5355]

mac/macctrls.c

index 4ce523e6a1fc2f1b2024ed7181e798dc07ee432a..d58cfe27d52c1f652ebe3153c2c43089327c4cde 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) {