mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 14:19:21 +02:00
(Qt):
- add mouse messages for Page widget (fixed interactivity of speedbuttons in ide component palette) git-svn-id: trunk@11608 -
This commit is contained in:
parent
25e501539b
commit
5e17fd2936
@ -827,6 +827,9 @@ begin
|
||||
|
||||
SetGeometry;
|
||||
|
||||
// Set mouse move messages policy
|
||||
QWidget_setMouseTracking(Widget, True);
|
||||
|
||||
setVisible(False);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user