Hi,
I noticed Common Buttons become stuck in the Pressed state if the button loses focus before the pressed key is released. Looking into SCommonButton, it looks like SCommonButton::OnFocusLost does not call either Release() or SButton::OnFocusLost. I think either of these calls should fix this issue, but I was wondering if it was intended for SCommonButton::OnFocusLost to not be calling Release()?
Thanks!