Commit ed0714c8 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: AboutDialog: widget must still process its own events

parent d1276ce6
...@@ -151,8 +151,10 @@ bool AboutDialog::eventFilter(QObject *obj, QEvent *event) ...@@ -151,8 +151,10 @@ bool AboutDialog::eventFilter(QObject *obj, QEvent *event)
} }
return true; return true;
} }
return false;
} }
return false;
return QVLCDialog::eventFilter( obj, event);
} }
#ifdef UPDATE_CHECK #ifdef UPDATE_CHECK
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment