• Reece Dunn's avatar
    comctl32: Don't draw the theme background of the group box over it's content area. · 93689728
    Reece Dunn authored
    Hi,
    
    Some applications (e.g. Cepstral SwiftTalker) have dialogs that
    contain controls that are ordered before the group box that contains
    them. The current rendering of themed group boxes will draw it's
    background over the content area, hiding any controls that have
    already been drawn. XP with the default and other custom themes
    correctly shows controls beneath the group box.
    
    This patch excludes the group box content area from being drawn to, so
    that any controls that have already been drawn do not get overridden.
    
    - Reece
    
    From 889e477bcb4561565b8caaf41c88c5fe7d83b8d2 Mon Sep 17 00:00:00 2001
    From: Reece Dunn <msclrhd@gmail.com>
    Date: Fri, 7 Nov 2008 00:11:52 +0000
    Subject: [PATCH] comctl32: don't draw the theme background of the group box over it's content area.
    93689728
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...