On Thu, 8 Jun 2023 21:35:45 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

> The patch which added the getAppropriateGraphicsConfiguration was supposed to 
> fix the same bug but looks like it was implemented for the Canvas only, I 
> think we can do the same thing for the Window class as well. Note that 
> getAppropriateGraphicsConfiguration on all other platforms is noop so it 
> should not affected.
Hmm, ok then let me work on fixing this. In windows, there is an issue too when 
we drag a window to another screen like the ellipse becomes an arc. So if  we 
re using getAppropriateGraphicsConfiguration at setGraphicsConfiguration, that 
one might as well get solved.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14246#issuecomment-1583970102

Reply via email to