mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 17:40:26 +02:00
win32: fix problem with TRadioButton.OnChange with modal call inside (issue #0007787)
git-svn-id: trunk@12251 -
This commit is contained in:
parent
71c6cf7c04
commit
5aa0e950b7
@ -1935,7 +1935,7 @@ begin
|
||||
Windows.SendMessage(Window, EM_SETSEL, 0, -1);
|
||||
// RadioButton functionality
|
||||
if (lWinControl <> nil) and (lWinControl is TRadioButton) then
|
||||
Windows.SendMessage(Window, BM_SETCHECK, BST_CHECKED, 0);
|
||||
Windows.PostMessage(Window, BM_SETCHECK, BST_CHECKED, 0);
|
||||
end;
|
||||
WM_SHOWWINDOW:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user