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:
parent
3291ed6966
commit
c53c7b4157
2 changed files with 8 additions and 1 deletions
|
@ -15171,6 +15171,9 @@ namespace IDE
|
|||
if (mUpdateCnt % 120 == 0)
|
||||
VerifyModifiedBuffers();
|
||||
|
||||
if (!mSettings.mSettingsValid)
|
||||
Stop();
|
||||
|
||||
if (mWantShowOutput)
|
||||
{
|
||||
ShowOutput();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue