branch | RCL_3 |
changeset 20 | efd4f1afd43e |
parent 18 | 6b8f3b30d0ec |
child 23 | dcf0eedfc1a3 |
18:6b8f3b30d0ec | 20:efd4f1afd43e |
---|---|
870 } |
870 } |
871 |
871 |
872 void CNcsAddressInputField::SetPhysicsEmulationOngoing( TBool aPhysOngoing ) |
872 void CNcsAddressInputField::SetPhysicsEmulationOngoing( TBool aPhysOngoing ) |
873 { |
873 { |
874 iTextEditor->SetPhysicsEmulationOngoing( aPhysOngoing ); |
874 iTextEditor->SetPhysicsEmulationOngoing( aPhysOngoing ); |
875 } |
875 iButton->EnableFeedback( !aPhysOngoing ); |
876 } |