1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Fixed readonly addr handling of indexer expression

This commit is contained in:
Brian Fiete 2025-06-02 06:35:33 +02:00
parent 3291ed6966
commit c53c7b4157
2 changed files with 8 additions and 1 deletions

View file

@ -15171,6 +15171,9 @@ namespace IDE
if (mUpdateCnt % 120 == 0)
VerifyModifiedBuffers();
if (!mSettings.mSettingsValid)
Stop();
if (mWantShowOutput)
{
ShowOutput();