Since either this update or the previous one, every time I open Aseprite and then open a document to work on, the layer area is resized to minimum width:
After I resize it to a usable width, it stays for the rest of the session even if I work on other documents, but returns to minimum width if I close Aseprite and reopen it later.
@eishiya yeah there is something wrong there, I wasn’t able to reproduce the problem yet, not sure if the settings is not being saved correctly, or the window being resized (if the window is resized the separator position is broken).
Could you confirm us what value has the timeline_layer_panel_width variable in your aseprite.ini file in the preferences folder?
[general]
timeline_layer_panel_width = 170
You can try to open the file before opening Aseprite, when Aseprite is running and you change the value, and then when you close Aseprite.
Before opening Aseprite: timeline_layer_panel_width = 12
Does not change when I resize the panel in Aseprite.
After closing Aseprite: timeline_layer_panel_width = 115
But then when I open Aseprite again, the panel shows up at the minimum width again, even though the file still says 115. After I resized it again (to 113), the value only changed when I closed Aseprite.
It’s possible it was at 12 at the beginning because yesterday when I was checking this stuff, I might’ve closed Aseprite without resizing the panel after seeing it, saving that value.
I should mention that sometimes when I open Aseprite, the value seems to be read in correctly. It seems like it gets the value right when I open a non-.aseprite file as the first file, and sets it to the minimum if I open up an *.aseprite file as the first file of the session. Could it be that it’s trying and failing to read the value from *.aseprite files, and using the value from aseprite.ini only when opening other formats?