diff --git a/gb.qt4/src/CWidget.cpp b/gb.qt4/src/CWidget.cpp index 6e8358d89..b5d952d81 100644 --- a/gb.qt4/src/CWidget.cpp +++ b/gb.qt4/src/CWidget.cpp @@ -2696,7 +2696,7 @@ bool CWidget::eventFilter(QObject *widget, QEvent *event) GB.Ref(control); cancel = false; - if (GB.CanRaise(control, event_id)) + if (GB.CanRaise(control, event_id) || (event_id == EVENT_DblClick && GB.CanRaise(control, EVENT_MouseDown))) { /*if (!design && CWIDGET_test_flag(control, WF_SCROLLVIEW)) {