mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 18:29:30 +02:00
Qt: do not remove mousepropagation attribute from TQtTabBar. fixes #15192
git-svn-id: trunk@27238 -
This commit is contained in:
parent
541a710bc0
commit
326743ab96
@ -6702,7 +6702,10 @@ begin
|
||||
QEventMouseButtonDblClick:
|
||||
begin
|
||||
if QMouseEvent_button(QMouseEventH(Event)) = QtLeftButton then
|
||||
begin
|
||||
Result := SlotTabBarMouse(Sender, Event);
|
||||
QWidget_setAttribute(QWidgetH(Sender), QtWA_NoMousePropagation, False);
|
||||
end;
|
||||
end;
|
||||
else
|
||||
QEvent_ignore(Event);
|
||||
|
Loading…
Reference in New Issue
Block a user