Re: wtl splitter anorak bug :)
Nenad Stefanović <[email protected]> Tue, 15 Oct 2013 02:38:40 +0200
| Newsgroups | gmane.comp.windows.wtl |
|---|---|
| Message-ID | <CAK3Hp+_+soGW_4y_87=wsGOqpZTBM1kakpmNAgvn7UGP24dCmQ@mail.gmail.com> |
Amazing how a simple omission like this can go undetected for years! I guess that WM_PRINTCLIENT is not in widespread use. Thanks for reporting this, it will be fixed. And, yes, there will be another release of WTL. Cheers, Nenad On Mon, Oct 14, 2013 at 5:14 PM, <[email protected]> wrote: > ** > > > The WTL splitter implementaion has a slight bug; it supposedly supports > WM_PAINT and WM_PRINTCLIENT but in the latter case it doesn't use the > device context supplied. Other controls have a separate DoPaint(HDC) > handler that get either the paint DC or the supplied DC > > > > if there's ever another WTL release... this could go in! > > >