mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 10:40:20 +02:00
win32: process wm_help message
git-svn-id: trunk@20823 -
This commit is contained in:
parent
9cd1098625
commit
83038bf575
@ -1724,6 +1724,9 @@ begin
|
||||
end;
|
||||
WM_GETMINMAXINFO:
|
||||
SetMinMaxInfo(PMINMAXINFO(LParam)^);
|
||||
WM_HELP:
|
||||
if Window = Win32WidgetSet.AppHandle then
|
||||
Application.HelpCommand(0, LParam);
|
||||
WM_HSCROLL:
|
||||
HandleScrollMessage(LM_HSCROLL);
|
||||
WM_KEYDOWN:
|
||||
|
Loading…
Reference in New Issue
Block a user