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
parent
8455bfee76
commit
d91edd21d6
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue