Qt: do not remove mousepropagation attribute from TQtTabBar. fixes #15192

git-svn-id: trunk@27238 -
This commit is contained in:
zeljko 2010-08-30 17:09:51 +00:00
parent 541a710bc0
commit 326743ab96

View File

@ -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);