When not using quick mode, automatically select the last drawn stroke.

This commit is contained in:
Martin Poirier
2008-12-09 21:25:30 +00:00
parent 2b9a6251d1
commit 6651af413d

View File

@@ -2562,6 +2562,11 @@ int sk_paint(SK_Sketch *sketch, short mbut)
sk_removeStroke(sketch, stk);
allqueue(REDRAWBUTSEDIT, 0);
}
else
{
sk_selectAllSketch(sketch, -1);
stk->selected = 1;
}
allqueue(REDRAWVIEW3D, 0);
}