phoneuis/Ussd/src/UssdEditorLines.cpp
branchRCL_3
changeset 19 544e34b3255a
parent 15 2a26698d78ba
equal deleted inserted replaced
17:38529f706030 19:544e34b3255a
    51     
    51     
    52     // This window draws editor row lines, so enable window 
    52     // This window draws editor row lines, so enable window 
    53     // transparency to display the editor window content as background 
    53     // transparency to display the editor window content as background 
    54     // for this line-window.
    54     // for this line-window.
    55     EnableWindowTransparency();
    55     EnableWindowTransparency();
    56       
    56 
       
    57     // enabled drag event to editor for highlighting the text.
       
    58     EnableDragEvents();
       
    59 
    57     // Create region buffer.
    60     // Create region buffer.
    58     iRegBuf = new ( ELeave ) RRegionBuf< KUssdMaxNumberOfEditorLines >;
    61     iRegBuf = new ( ELeave ) RRegionBuf< KUssdMaxNumberOfEditorLines >;
    59 
    62 
    60     // Create rects
    63     // Create rects
    61 
    64