LvQGit
LvQGit
> Could you please share your code, so we can reproduce it locally? Ideally-minimal snippet. I just cloned the examples project [notepad](https://github.com/JetBrains/compose-jb/tree/master/examples/notepad) and did not change any code.
Thanks, I only tried it on Windows 7 x64. Sorry for my bad English, I might understand something wrong.
Tried both openjdk 16 and openjdk 15
I tried it on two other Windows 7 computers. One works, the other cannot be opened at all. It seems that it can be opened after updating the universal [CRT](https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c),...
It was solved by adding the code `System.setProperty("skiko.renderApi", "SOFTWARE_FAST")`. I tried DIRECT3D or OPENGL, but they didn't work properly on my computer.
Yes, both of them deformed. The console will print `Failed to create DirectX12 device.` And the click position is correct, but the rendering position is incorrect. 