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
Describe the bug
The save of interface layout is disabled after clicking on "Window->Reinitialize interface" in the session. I am not sure this is a good behaviour. If I mess my layout I use the reinitialization option and then the fixed layout is lost on next app start.
To Reproduce
Steps to reproduce the behaviour:
Set wrong/messed layout, close app (the messed layout gets saved)
Start I-SIMPA againt, use Window->Reinitialize to restore starting layout
Close app (the fixed layout is not saved)
Start app again (messed layout is restored)
Expected behaviour
I believe that it would be better to save app layout regardless of reinitialization.
Desktop (please complete the following information)
OS: Windows 10
Version: Custom Build
Build date: Custom Build, 20.04.2021
Additional context
The behaviour can be changed by commenting/removing the 645 line in i_simpa_main.cpp file: saveManagerConfig=false
I can create the pull request for this issue but I wanted to discuss the issue first.
The text was updated successfully, but these errors were encountered:
Describe the bug
The save of interface layout is disabled after clicking on "Window->Reinitialize interface" in the session. I am not sure this is a good behaviour. If I mess my layout I use the reinitialization option and then the fixed layout is lost on next app start.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
I believe that it would be better to save app layout regardless of reinitialization.
Desktop (please complete the following information)
Additional context
The behaviour can be changed by commenting/removing the 645 line in i_simpa_main.cpp file:
saveManagerConfig=false
I can create the pull request for this issue but I wanted to discuss the issue first.
The text was updated successfully, but these errors were encountered: