1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 23:56:05 +02:00

Merge pull request #1014 from EinBurgbauer/editwidget-readonly-fix

fix source content readonly editing
This commit is contained in:
Brian Fiete 2021-05-20 06:16:45 -04:00 committed by GitHub
commit c1a9710edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2758,7 +2758,7 @@ namespace IDE.ui
return;
}
if (mIsReadOnly)
if (CheckReadOnly())
{
base.KeyChar(keyChar);
return;