gama-platform / gama.old

Main repository for developing the 1.x versions of GAMA
GNU General Public License v3.0
304 stars 99 forks source link

Second launch of experiment with layout consoles: false lets the Console view nevertheless appear #3233

Closed AlexisDrogoul closed 3 years ago

AlexisDrogoul commented 3 years ago

Describe the bug When launching an experiment with an output section containing layout #split consoles: false [...]; the first launch correctly hides the Console and InteractiveConsole views, but exiting the experiment and relaunching it lets the Console view appear.

To Reproduce Steps to reproduce the behavior:

  1. Add at least 'layout #split consoles: false;` to any output section of any experiment.
  2. Execute the experiment once.
  3. Observe the absence of consoles
  4. Exit the experiment and relaunch it
  5. The console view appears first

Expected behavior That the console remains hidden.

Screenshots screencast 2021-10-10 19-04-06

Desktop (please complete the following information):

AlexisDrogoul commented 3 years ago

Fixed in the last commit (https://github.com/gama-platform/gama/commit/1f2a3f0fadc24a7c270e12d4da2ae594bb54be9c)