This commit is contained in:
@@ -3827,6 +3827,7 @@ namespace Volian.Controls.Library
|
||||
public void StartEditing(int row, int col)
|
||||
{
|
||||
_initializingEdit = true;
|
||||
ReadOnly = IsRoTable;
|
||||
// save coordinates of cell being edited
|
||||
_row = row;
|
||||
_col = col;
|
||||
@@ -3841,7 +3842,7 @@ namespace Volian.Controls.Library
|
||||
// initialize control content
|
||||
Text = "";
|
||||
FindAllLinks(); // jsj 1-5-2011
|
||||
if (_pendingKey > ' ')
|
||||
if (_pendingKey > ' ' && !ReadOnly)
|
||||
Text = _pendingKey.ToString();
|
||||
else if (_owner[row, col] != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user