glfw icon indicating copy to clipboard operation
glfw copied to clipboard

Fix imgui window resizing and dragging issue while undocking.

Open GloriousPtr opened this issue 2 years ago • 0 comments

Fixes the two major issue with current implementation of WindowCreation with glfwWindowHint(GLFW_TITLEBAR, GLFW_FALSE);

Issue 1: Not able to Undock the imgui window and drag out of the main window until mouse button is released and window is dragged again. (Removing Line 566 fixes this issue) Issue 2: Not able to resize imgui windows that are undocked and are out of the main window.

Issues describing video:

https://user-images.githubusercontent.com/29519295/204027256-9521ef11-954d-4d97-aa4c-cfba55872faf.mp4

Fix:

https://user-images.githubusercontent.com/29519295/204028320-650a41f5-a7d4-4c20-a44f-ef171c4b1406.mp4

GloriousPtr avatar Nov 25 '22 16:11 GloriousPtr