unsubscribe OnSolutionAltered
This commit is contained in:
@@ -116,6 +116,7 @@ public partial class SharpIdeCodeEdit : CodeEdit
|
|||||||
public override void _ExitTree()
|
public override void _ExitTree()
|
||||||
{
|
{
|
||||||
_currentFile?.FileContentsChangedExternally.Unsubscribe(OnFileChangedExternally);
|
_currentFile?.FileContentsChangedExternally.Unsubscribe(OnFileChangedExternally);
|
||||||
|
GlobalEvents.Instance.SolutionAltered.Unsubscribe(OnSolutionAltered);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnBreakpointToggled(long line)
|
private void OnBreakpointToggled(long line)
|
||||||
|
|||||||
Reference in New Issue
Block a user