Commit 26c39723 authored by Claes Sjofors's avatar Claes Sjofors

Ge, fix in cleaning after DigSwap

parent 7c63d021
......@@ -415,7 +415,7 @@ int GrowWindow::trace_scan()
return sts;
else if ( sts == GLOW__SUBTERMINATED || sts == GLOW__SWAPTERMINATED) {
if ( ctx->trace_ctrl_func)
(ctx->trace_ctrl_func) ( glow_eTraceCtrl_CtxPop, ctx);
(ctx->trace_ctrl_func) ( glow_eTraceCtrl_CtxPush, ctx);
ctx->gdraw->reset_clip_rectangle( &ctx->mw);
return sts;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment