Skip to content

containmentinterface: Use efficient appletAt

Fushan Wen requested to merge work/fusionfuture/fixyou-efficient-appletAt into master

Find the target AppletInterface in childMouseEventFilter, and store the target applet interface in m_targetAppletInterface, so mousePressEvent doesn't have to iterate over the whole list to find the target.

Merge request reports