imgui-node-editor icon indicating copy to clipboard operation
imgui-node-editor copied to clipboard

null-pointer exception in RendererDX11 on DPI change

Open connorjak opened this issue 3 years ago • 0 comments

In my app which is derived from the Blueprints example (https://github.com/connorjak/Connectatron/tree/3547d2daa75070b9082aeedbc1d32b2838dc40e7), there is a null-pointer exception in RendererDX11::RenderDrawData() on mouse-release after dragging the window across a boundary between my 200%-scaling main display and 100%-scaling second display:

image

image

image

image

imgui-node-editor version: https://github.com/thedmd/imgui-node-editor/tree/6c834d837fdd50f58e4ba6b436ab8c3eb0500743

connorjak avatar May 05 '22 22:05 connorjak