eirikbakke commented on code in PR #8310:
URL: https://github.com/apache/netbeans/pull/8310#discussion_r1990434078
##########
platform/core.windows/src/org/netbeans/core/windows/view/dnd/DragWindow.java:
##########
@@ -121,25 +130,40 @@ private BufferedImage createImageBuffer( BufferedImage
src ) {
return res;
}
+ private static void drawImageScaled(Graphics2D g2d, Image image, int x,
int y) {
+ AffineTransform oldTransform = g2d.getTransform();
Review Comment:
Will fix!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists