mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Merge pull request #1014 from EinBurgbauer/editwidget-readonly-fix
fix source content readonly editing
This commit is contained in:
commit
c1a9710edf
1 changed files with 1 additions and 1 deletions
|
@ -2758,7 +2758,7 @@ namespace IDE.ui
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mIsReadOnly)
|
if (CheckReadOnly())
|
||||||
{
|
{
|
||||||
base.KeyChar(keyChar);
|
base.KeyChar(keyChar);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue