You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The redraw refresh code of PicViewCtrl is not efficient so that the CU split redraw is very slow.
系统重绘效率过低,后续绘图任务加剧,导致在画面移动鼠标会感觉到卡顿。不好的用户体验!
需要计算出部分重绘区域而不是全局区域,重绘只需要部分重绘,减少CPU使用。