equal
deleted
inserted
replaced
191 iWindow->WindowManager().ActiveWindow()->Engine()->FocusedElementType(); |
191 iWindow->WindowManager().ActiveWindow()->Engine()->FocusedElementType(); |
192 // Check if focused element type is editing type |
192 // Check if focused element type is editing type |
193 if ((elementtype == TBrCtlDefs::EElementActivatedInputBox) || |
193 if ((elementtype == TBrCtlDefs::EElementActivatedInputBox) || |
194 (elementtype == TBrCtlDefs::EElementActivatedObjectBox)) |
194 (elementtype == TBrCtlDefs::EElementActivatedObjectBox)) |
195 { |
195 { |
196 iWindow->WindowManager().View()->ShowActivatedObject( ETrue ); |
196 iWindow->WindowManager().View()->UpdateStatusPane( ETrue ); |
197 } |
197 } |
198 else |
198 else |
199 { |
199 { |
200 iWindow->WindowManager().View()->ShowActivatedObject( EFalse ); |
200 iWindow->WindowManager().View()->UpdateStatusPane( EFalse ); |
201 } |
201 } |
202 } |
202 } |
203 } |
203 } |
204 |
204 |
205 // ----------------------------------------------------------------------------- |
205 // ----------------------------------------------------------------------------- |