intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

Toolwindow save bounds

Open jlauridsen opened this issue 5 years ago • 1 comments

jlauridsen avatar May 12 '20 17:05 jlauridsen

IDEA-240699 Save ToolWindow position when closing Window.

ToolWindowManagerImpl was not saving the bounds of a ToolWindow with a Window decorator if the was not showing. This condition was added because of IDEA-147099 because the code used to call Component.getLocationOnScreen which is no longer used to compute the bounds.

Removing this condition will enable the bounds of a Window being closed to be saved as expected.

jlauridsen avatar May 12 '20 17:05 jlauridsen