1
0
Fork 0
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:
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; return;
} }
if (mIsReadOnly) if (CheckReadOnly())
{ {
base.KeyChar(keyChar); base.KeyChar(keyChar);
return; return;