-
Notifications
You must be signed in to change notification settings - Fork 661
Description
Describe the bug
My app crashes with strange errors if I try to capture the color of the CartesianChart, even if the app is in the background and inactive. As soon as I capture the color (using ShareX color picker) in the chart area, the app crashes with "Object reference not set to an instance of an object."
" at LiveChartsCore.Native.PointerController.OnWindowsPointerReleased(Object sender, PointerRoutedEventArgs e)
at WinRT._EventSource_global__Microsoft_UI_Xaml_Input_PointerEventHandler.EventState.b__1_0(Object sender, PointerRoutedEventArgs e)
at ABI.Microsoft.UI.Xaml.Input.PointerEventHandler.Do_Abi_Invoke(IntPtr thisPtr, IntPtr sender, IntPtr e)".
To Reproduce
Steps to reproduce the behavior:
- Create any CartesianChart with updated information in real time
- Use ShareX Color picker
- Capture any color in CartesianChart area
- See error
Expected behavior
Crash should not occur
Desktop (please complete the following information):
- OS: Windows 11 24H2
- Win UI 3 App
- Unpackaged, elevated
