removed drawing redundancies in move/copy operations
This commit is contained in:
parent
44f27ce79f
commit
3ebb9566ec
|
|
@ -442,7 +442,7 @@ void draw_selection(GC g, int interruptable)
|
|||
xctx->rx1-xctx->inst[n].x0+xctx->deltax,xctx->ry1-xctx->inst[n].y0+xctx->deltay);
|
||||
break;
|
||||
}
|
||||
#ifdef __unix__
|
||||
#ifdef __xunix__
|
||||
if(XPending(display) && interruptable)
|
||||
{
|
||||
drawtemparc(g, END, 0.0, 0.0, 0.0, 0.0, 0.0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue