[ 1884153 ] Table cell editor readwrite setting not always correct

This commit is contained in:
Heng Sin Low 2008-02-01 06:23:38 +00:00
parent 5544bd1022
commit 462945618d
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ public final class VCellEditor extends AbstractCellEditor
{
((VLookup)m_editor).setStopEditing(false);
}
m_editor.setReadWrite(m_mField.isEditable (true));
m_table = table;