mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Protect against closing document while getting symbol info
This commit is contained in:
parent
0b7edafd73
commit
be093b6bde
1 changed files with 2 additions and 0 deletions
|
@ -558,6 +558,8 @@ namespace IDE.ui
|
||||||
{
|
{
|
||||||
if (mUpdatingProjectSources == null)
|
if (mUpdatingProjectSources == null)
|
||||||
return;
|
return;
|
||||||
|
if (mClosed)
|
||||||
|
return;
|
||||||
|
|
||||||
mIgnoreTextChanges = true;
|
mIgnoreTextChanges = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue