A GitLab upgrade is scheduled for Monday, June 2, 2025. The service will be unavailable for a few minutes in the morning. We'll keep you posted on the progress of the upgrade on the Mattermost channel: https://mattermost.inria.fr/devel/channels/gitlab. We recommend that you do not work on the platform until an announcement indicates that maintenance is complete.
For reasons discussed in issue #58, trace_height
is one attribute of Geometry
that is required by both GanttDiagram
and Render
.
Here, its value was not synced between GanttDiagram
and Render
.
It caused the variables value text not to be displayed at the right height.
This is now fixed by syncing the values of trace_height
in both GantDiagram
and Render
with the set_trace_height
function.