nadment commented on issue #3773: URL: https://github.com/apache/hop/issues/3773#issuecomment-2033162200
I just discovered this error in the BAT by accident, when I was looking for the relevant attributes for OpenTelementry. I'm not sure, maybe disable double buffering when generating the graph image on a Windows server. // Do double buffering to prevent flickering on Windows boolean needsDoubleBuffering = Const.isWindows() && "GUI".equalsIgnoreCase(Const.getHopPlatformRuntime()); -- 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]
