Skip to content
Snippets Groups Projects
Commit 6d406b74 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 28/08/2020: budgets: bugfix in the use of hgroup and ytitle

parent f9e34ad2
No related branches found
No related tags found
No related merge requests found
......@@ -654,9 +654,9 @@ if ( present( htitle ) ) then
ytitle(:) = ygroup // htitle(:)
else
if ( gsurf ) then
ytitle(1) = hgroup
ytitle(:) = hgroup
else
ytitle(1) = ygroup
ytitle(:) = ygroup
end if
end if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment