javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtconstrainedtext.cpp
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 34 71c436fe3ce0
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    77     CEikEdwin& editor(Editor());
    77     CEikEdwin& editor(Editor());
    78     if (editor.TextView() == NULL)
    78     if (editor.TextView() == NULL)
    79     {
    79     {
    80         return;
    80         return;
    81     }
    81     }
    82     
    82 
    83     // Update editor's visibility, otherwise text will be drawn
    83     // Update editor's visibility, otherwise text will be drawn
    84     // when performing clipboard operations on invisible control.
    84     // when performing clipboard operations on invisible control.
    85     const TBool visible = GetVisibleRecursively();
    85     const TBool visible = GetVisibleRecursively();
    86     if (visible != editor.IsVisible())
    86     if (visible != editor.IsVisible())
    87     {
    87     {