frontend/outitf.c, #4/4, reorder, first do the work, then print

This commit is contained in:
Krzysztof Blaszkowski 2015-12-29 14:48:30 +01:00 committed by rlar
parent e952014016
commit 2c63d0f6d3
1 changed files with 2 additions and 2 deletions

View File

@ -647,6 +647,8 @@ OUTpData(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr)
} else {
OUTpD_memory(run, refValue, valuePtr);
/* This is interactive mode. Update the screen with the reference
variable just the same */
@ -666,8 +668,6 @@ OUTpData(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr)
}
#endif
OUTpD_memory(run, refValue, valuePtr);
gr_iplot(run->runPlot);
}