We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d26c0 commit c0e4613Copy full SHA for c0e4613
demo/SPathView.cpp
@@ -21,6 +21,7 @@ namespace SOUI
21
22
void SPathView::AddPoint(const POINT *pts,int nPts)
23
{
24
+ if(!m_path) return;
25
for(int i=0;i<nPts;i++)
26
27
m_lstPoints.Add(pts[i]);
0 commit comments