branch | RCL_3 |
changeset 17 | 8592a65ad3fb |
parent 16 | 4ce476e64c59 |
child 19 | b13141f05c3d |
16:4ce476e64c59 | 17:8592a65ad3fb |
---|---|
595 iTextEditor->HandleResourceChange( aType ) ;//CreateScrollBarFrameL()->DrawScrollBarsNow(); |
595 iTextEditor->HandleResourceChange( aType ) ;//CreateScrollBarFrameL()->DrawScrollBarsNow(); |
596 // Platform layout changes |
596 // Platform layout changes |
597 } |
597 } |
598 } |
598 } |
599 |
599 |
600 void CNcsSubjectField::EnableKineticScrollingL(CAknPhysics* aPhysics) |
|
601 { |
|
602 iTextEditor->EnableKineticScrollingL(aPhysics); |
|
603 } |