mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 05:19:25 +02:00
win32: don't override all WN_NOTIFY results we set in the win32callback default handler
git-svn-id: trunk@18249 -
This commit is contained in:
parent
cc2e0fdf0e
commit
d15d1c0630
@ -345,9 +345,7 @@ begin
|
||||
CN_NOTIFY:
|
||||
with TLMessage(Message) do
|
||||
if (Sender is TCustomTrackBar) then
|
||||
Result := SendMessage(Handle, Msg, WParam, LParam)
|
||||
else
|
||||
Result := CallDefaultWindowProc(Handle, Msg, WParam, LParam);
|
||||
Result := SendMessage(Handle, Msg, WParam, LParam);
|
||||
else
|
||||
if TLMessage(Message).Msg >= WM_USER then
|
||||
with TLMessage(Message) do
|
||||
|
Loading…
Reference in New Issue
Block a user