branch | RCL_3 |
changeset 7 | 544e34b3255a |
parent 5 | 2a26698d78ba |
--- a/phoneuis/Ussd/src/UssdEditorLines.cpp Wed Mar 31 21:30:06 2010 +0300 +++ b/phoneuis/Ussd/src/UssdEditorLines.cpp Wed Apr 14 15:56:42 2010 +0300 @@ -53,7 +53,10 @@ // transparency to display the editor window content as background // for this line-window. EnableWindowTransparency(); - + + // enabled drag event to editor for highlighting the text. + EnableDragEvents(); + // Create region buffer. iRegBuf = new ( ELeave ) RRegionBuf< KUssdMaxNumberOfEditorLines >;