There was an error while loading. Please reload this page.
1 parent 988719b commit 8599a70Copy full SHA for 8599a70
1 file changed
Trimble.Modus.Components/Controls/DropDown/TMDropDown.xaml.cs
@@ -384,7 +384,12 @@ public void Dispose()
384
SelectionChanged = null;
385
SelectionChangedCommand = null;
386
ItemsSource = null;
387
- dropDownContents = null;
+ if (dropDownContents != null)
388
+ {
389
+ dropDownContents.ChangeIndicatorWhenPopupRemove = null;
390
+ dropDownContents = null;
391
+ }
392
previousSelection = null;
393
+
394
}
395
0 commit comments