removed drawing redundancies in move/copy operations

This commit is contained in:
Stefan Frederik 2021-09-23 11:15:21 +02:00
parent 44f27ce79f
commit 3ebb9566ec
1 changed files with 1 additions and 1 deletions

View File

@ -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);