jaise wrote How can i increase size of grip handle. It is too small in size. If it is activated on single click [on grip handle], it will be very useful.
void RS_Painter::drawHandle(const RS_Vector& p, const RS_Color& c, int size) { if (size<0) { size = 2; } fillRect((int)(p.x-size), (int)(p.y-size), 2*size, 2*size, c); }