mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Fixed false read-only check for non-editing chars
This commit is contained in:
parent
b775058393
commit
b743bd5dd8
1 changed files with 1 additions and 1 deletions
|
@ -2758,7 +2758,7 @@ namespace IDE.ui
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CheckReadOnly())
|
if ((AllowChar(keyChar)) && (CheckReadOnly()))
|
||||||
{
|
{
|
||||||
base.KeyChar(keyChar);
|
base.KeyChar(keyChar);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue