Skip to content
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

边框重绘BUG #2

Open
zhangyongjiang86 opened this issue Aug 21, 2019 · 4 comments
Open

边框重绘BUG #2

zhangyongjiang86 opened this issue Aug 21, 2019 · 4 comments

Comments

@zhangyongjiang86
Copy link

在BaseForm中,407行左右,增加一个case
case (int)WindowMessages.WM_NCACTIVATE:
if (m.WParam == (IntPtr)Win32.FALSE)
{
m.Result = (IntPtr)Win32.TRUE;
}
break;

@yzhbest
Copy link

yzhbest commented Oct 30, 2019

挺好,重绘bug已解决,谢谢大家分享bug经验。

@yj993549741
Copy link

好好好,很棒棒

@JDDKCN
Copy link

JDDKCN commented Jan 20, 2023

好好好,感谢喵

@yzhbest
Copy link

yzhbest commented Jan 20, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants