From: Ralph T. <ra...@gm...> - 2006-02-02 23:38:46
|
It wouldn't be too hard to just catch the WM_PAINT message and do the correct thing on that; I didn't have time last night to investigate that (once I realized that I was dealing with a Win32 bug and not one of our own). The other bug that we have with groups is that buttons inside groups have a thick (uneven) outline when visual styles are enabled. I don't know why that is happening currently. Ralph On 2/2/06, Sean Parent <sp...@ad...> wrote: > > On Feb 2, 2006, at 1:24 AM, Ralph Thomas wrote: > > > So what I have checked in is better than what was happening before, > > but still not perfect. Hopefully there is a message that I can do > > something with to ensure that the text measurement is correct (but I > > didn't have time to look tonight). > > Thanks for all the hard work! If we can't figure out a way to work > around the bug - what would it take to have a "custom" windows widget > that mimicked a group but with correct behavior? > > Sean > |