equal
deleted
inserted
replaced
221 } |
221 } |
222 m_notifier->NotifyL( MPluginNotifier::EPluginActivated, (void*) &pt ); |
222 m_notifier->NotifyL( MPluginNotifier::EPluginActivated, (void*) &pt ); |
223 cursor->cursorUpdate(EFalse); |
223 cursor->cursorUpdate(EFalse); |
224 consumed = ETrue; |
224 consumed = ETrue; |
225 setPluginFocusL( ETrue ); |
225 setPluginFocusL( ETrue ); |
|
226 m_pluginskin->pluginFocusChanged(ETrue); |
226 } |
227 } |
227 |
228 |
228 else |
229 else |
229 { |
230 { |
230 m_pluginskin->frame()->frameView()->topView()->setFocusedElementType(TBrCtlDefs::EElementBrokenImage); |
231 m_pluginskin->frame()->frameView()->topView()->setFocusedElementType(TBrCtlDefs::EElementBrokenImage); |