Skip to content

Commit

Permalink
Less bugs...
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Aug 8, 2023
1 parent 4f55606 commit a238809
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FetchXmlBuilder/DockControls/TreeBuilderControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ internal bool IsFetchAggregate()

internal void ApplyCurrentSettings()
{
if (IsDisposed)
{
return;
}
BuildAndValidateXml(false);
DisplayDefinition(GetFetchDocument());
HandleNodeSelection(tvFetch.SelectedNode);
Expand Down

0 comments on commit a238809

Please sign in to comment.