28 Mar
2004
28 Mar
'04
10:02 a.m.
From: Dmitry Timoshkov
"Ge van Geldorp" <gvg(a)reactos.com> wrote:
Changelog: Ge van Geldorp <gvg(a)reactos.com> Remove CS_DBLCKS class style from scrollbar class since the scrollbar doesn't handle double clicks anyway
You can't remove it. Scrollbar in Windows has that style, and some applications which subclass it may depend on it.
Ok, I guess that means that the double click messages need to be handled then? With the current implementation you miss the second click of a double click. Ge van Geldorp.