mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
Fixed deferred delete crash
This commit is contained in:
parent
90065d64c8
commit
85c936f014
1 changed files with 0 additions and 5 deletions
|
@ -548,11 +548,6 @@ namespace IDE.ui
|
||||||
|
|
||||||
public ~this()
|
public ~this()
|
||||||
{
|
{
|
||||||
if (mProjectSource?.mEditData?.HasTextChanged() == true)
|
|
||||||
{
|
|
||||||
mProjectSource.ClearEditData();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (mInPostRemoveUpdatePanels)
|
if (mInPostRemoveUpdatePanels)
|
||||||
{
|
{
|
||||||
//Debug.WriteLine("Removing sourceViewPanel from mPostRemoveUpdatePanel {0} in ~this ", this);
|
//Debug.WriteLine("Removing sourceViewPanel from mPostRemoveUpdatePanel {0} in ~this ", this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue