When not using quick mode, automatically select the last drawn stroke.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user