[Update:] It also occurs with version 25.1.2.
The problem occurs in a certain tool window layout constellation:
- One ToolWindowContainer is docked to the left.
- A DockContainerContainer with vertical orientation is docked to the right.
It contains two ToolWindowContainers on top of each other. Their heights are evenly distributed across the total height
- Save tool window layout to file
- The sizes of all tool windows and their containers are stored correctly in the layout data document.
- Load tool window layout from file
Result:
- The top ToolWindow in the right DockContainerContainer has shrunk to its minimum height, which is a few pixels only
- The bottom ToolWindow filled the remaining space
As soon as I move the left-docked ToolWindowContainer to somewhere else, the problem no longer occurs.
What could be the cause?
[Modified 1 days ago]