Skip to content

Commit

Permalink
Fix GestureManager crash issue (dotnet#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
myroot committed Aug 24, 2022
1 parent 137986d commit 779792d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ void SetupElement(VisualElement? oldElement, VisualElement? newElement)
}
}
newElement.PropertyChanged += OnElementPropertyChanged;
}

UpdateInputTransparent();
UpdateIsEnabled();
UpdateInputTransparent();
UpdateIsEnabled();
}
}

void OnElementPropertyChanged(object? sender, PropertyChangedEventArgs e)
Expand Down

0 comments on commit 779792d

Please sign in to comment.