Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Refresh with Invalidate in DrawPanelPaint
Modified DrawPanelPaint to use _DrawPanel.Invalidate() instead of _DrawPanel.Refresh(). This change aims to improve the repainting process by invalidating the panel, which sends a paint message to the panel rather than immediately refreshing it.
- Loading branch information