Fixed issue with overlay not properly being disposed of when closed.
This commit is contained in:
@@ -31,7 +31,10 @@ namespace osrs_toolbox
|
||||
private void DoToggleCompetitionOverlay(object obj)
|
||||
{
|
||||
if (CompetitionOverlayView.Current != null)
|
||||
{
|
||||
CompetitionOverlayView.Current.Close();
|
||||
CompetitionOverlayView.Current = null;
|
||||
}
|
||||
else
|
||||
{
|
||||
CompetitionOverlayView cov = new CompetitionOverlayView();
|
||||
|
Reference in New Issue
Block a user