-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix bug:when returning from fullscreen to normalscreen,missing surface.border.background #498
fix bug:when returning from fullscreen to normalscreen,missing surface.border.background #498
Conversation
…ius background has issue it's like a mask color (when play aplha video)
That was causing issues so I revert it (eg with normal/fullscreen on sample project) |
oh,i tested it again,the problem is : 1、open fullscreen 2、return to normalscreen 3、open fullscrenn again(yes, the location to right-bottom) but when play with alpha video,there has some issues with background if revert this commit. |
i test FlyleafPlayer (Custom - MVVM) (WPF),it is ok! |
@LazyCuteLion you suggest adding this only in case of non-standalone mode? |
yes,i push a new commit,but i don't know if should create a merge? can you check this? (it is a way to work well with play alpha video,and fix this bug. i tested it many times,it seems to be ok) |
nothing but,if not play with alpha video,this issues is no issues. |
I've included the fix for normal/fullscreen however we should review the alpha support separately. |
the branch of alpha_video only support wpf,winui3 get nowhere. |
fix bug:when returning from fullscreen to normalscreen, the CornerRadius background has issue it's like a mask color (when play alpha video)