mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
LCL-GTK3: Fire TLabel.OnClick also when inside a TGroupBox. Issue #39035, patch by Anton Kavalenka.
git-svn-id: trunk@65313 -
This commit is contained in:
parent
6e93493286
commit
7b60b545a7
@ -2232,8 +2232,6 @@ begin
|
||||
MousePos.x := Round(Event^.button.x);
|
||||
MousePos.y := Round(Event^.button.y);
|
||||
|
||||
OffsetMousePos(@MousePos);
|
||||
|
||||
Msg.Keys := GdkModifierStateToLCL(Event^.button.state, False);
|
||||
|
||||
Msg.XPos := SmallInt(MousePos.X);
|
||||
|
Loading…
Reference in New Issue
Block a user