[ 1884153 ] Table cell editor readwrite setting not always correct
This commit is contained in:
parent
5544bd1022
commit
462945618d
|
@ -127,6 +127,7 @@ public final class VCellEditor extends AbstractCellEditor
|
||||||
{
|
{
|
||||||
((VLookup)m_editor).setStopEditing(false);
|
((VLookup)m_editor).setStopEditing(false);
|
||||||
}
|
}
|
||||||
|
m_editor.setReadWrite(m_mField.isEditable (true));
|
||||||
|
|
||||||
m_table = table;
|
m_table = table;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue