slages / love-imgui

imgui module for the LÖVE game engine
MIT License
318 stars 61 forks source link

Prevent undocking when NoMove flag is used #16

Closed shakesoda closed 7 years ago

shakesoda commented 7 years ago

For docks flagged with ImGuiWindowFlags_NoMove, undocking is no longer allowed. Without this, the NoMove flag only affects floating windows (so you can undock, and then have no way to fix it...)

also fixed up some bad formatting.