wasm: fix showing tooltips

Change-Id: I4c82ccc2bfa1019ef105ccf20982786097c126b9
Fixes: QTBUG-87227
Pick-to: 5.15
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
bb10
Lorn Potter 2020-10-12 14:28:08 +10:00
parent 8455bfee76
commit d91edd21d6
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ bool QTipLabel::eventFilter(QObject *o, QEvent *e)
break;
#if defined (Q_OS_QNX) // On QNX the window activate and focus events are delayed and will appear
#if defined (Q_OS_QNX) || defined (Q_OS_WASM) // On QNX the window activate and focus events are delayed and will appear
// after the window is shown.
case QEvent::WindowActivate:
case QEvent::FocusIn: