Commit bf7417e5 authored by Claes Sjofors's avatar Claes Sjofors Committed by Claes Sjöfors

Wb, reset of WindowPlc.Modified caused endless compilation loop for components

parent 639348ea
......@@ -12966,9 +12966,15 @@ int gcg_comp_m58(gcg_ctx gcgctx, vldh_t_node node)
return sts;
free((char*)windbuffer);
/* Save the session, otherwise no compilation is done */
// sts = ldh_SaveSession( ldhses);
// if ( EVEN(sts)) return sts;
// Set window modification time, this is reset by the post copy method
sts = ldh_SetObjectPar(ldhses, window_objid, "DevBody", "Modified",
(char*)template_time, sizeof(template_time));
if (EVEN(sts))
return sts;
/* Save the session */
sts = ldh_SaveSession( ldhses);
if ( EVEN(sts)) return sts;
gcg_pending_compile_add(gcgctx, window_objid);
......
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