mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-28 15:24:49 -05:00
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]
This commit is contained in:
parent
5c3f8d2f26
commit
27e62034ce
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user