You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The worldcontrol plugin reads parameter start_paused but it does not seem to have an effect: the simulation always starts 'paused' irrespective of the value of start_paused, see xml and screenshot below.
If I read the code correctly, start_paused is used:
Only if play_pause is defined in the XML,
And if the value for play_pause is true (i.e. the start/pause button is visible).
This seems to defeat the purpose? I.e. I would like to start the simulation unpaused, and not show the start/pause button.
The worldcontrol plugin reads parameters play_pause and step from the XML config in order to show/hide the corresponding buttons. They are hidden if the value is false.
However for the step button, the free space remains and the 'Steps' popup still shows upon hoover over the non-visible step button.
Environment
Description
The worldcontrol plugin reads parameter
start_paused
but it does not seem to have an effect: the simulation always starts 'paused' irrespective of the value ofstart_paused
, see xml and screenshot below.If I read the code correctly,
start_paused
is used:play_pause
is defined in the XML,play_pause
is true (i.e. the start/pause button is visible).The worldcontrol plugin reads parameters
play_pause
andstep
from the XML config in order to show/hide the corresponding buttons. They are hidden if the value isfalse
.However for the step button, the free space remains and the 'Steps' popup still shows upon hoover over the non-visible
step
button.The text was updated successfully, but these errors were encountered: