In 5.1, the left panel width is not saved when the windows closes.And it's always the hardcoded width which is used.
Hi ,
I made a little change in widthTreePanel.As the width could be null (when there is no preference), it returns the width only if defined.Otherwise, the left panel take all the place (as ZKUpdateUtil.setWidth doesn't check if the value is null).
Regards,
Nicolas
In 5.1, the left panel width is not saved when the windows closes.
And it's always the hardcoded width which is used.