Am 07.08.2010 14:06, schrieb Nikolay Sivov:
> On 8/7/2010 15:54, André Hentschel wrote:
>> Am 06.08.2010 20:44, schrieb Nikolay Sivov:
>>> On 8/6/2010 22:22, André Hentschel wrote:
got that case with an MFC application which had a 3state radiobutton
with buttonstyle 15(decimal)
wi
Am 07.08.2010 14:06, schrieb Nikolay Sivov:
> On 8/7/2010 15:54, André Hentschel wrote:
>> Am 06.08.2010 20:44, schrieb Nikolay Sivov:
>>> On 8/6/2010 22:22, André Hentschel wrote:
got that case with an MFC application which had a 3state radiobutton
with buttonstyle 15(decimal)
wi
On 8/7/2010 15:54, André Hentschel wrote:
Am 06.08.2010 20:44, schrieb Nikolay Sivov:
On 8/6/2010 22:22, André Hentschel wrote:
got that case with an MFC application which had a 3state radiobutton
with buttonstyle 15(decimal)
with this fix everything is fine as the painting of the button is
Am 06.08.2010 20:44, schrieb Nikolay Sivov:
> On 8/6/2010 22:22, André Hentschel wrote:
>> got that case with an MFC application which had a 3state radiobutton
>> with buttonstyle 15(decimal)
>> with this fix everything is fine as the painting of the button is
>> handled elsewhere, without that fi
On 8/6/2010 22:22, André Hentschel wrote:
got that case with an MFC application which had a 3state radiobutton with
buttonstyle 15(decimal)
with this fix everything is fine as the painting of the button is handled
elsewhere, without that fix it crashes as it reads bad data behind the array.
-