-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Possibility to resurrect ConfigDockingWithShift? #4643
Copy link
Copy link
Closed
Labels
Description
I was updating to a latest version of ImGui and was horrified to find that ImGuiIO::ConfigDockingWithShift has been removed some time ago.
Would it be possible to get the behaviour back? I would rather have it as configuration flag as before instead of having to hack imgui behaviour to match after each update.
The reason is that we initially tried to use the default docking behaviour, but our users kept messing their window layouts because of accidental docking. Holding shift when docking was a real saver and the users are happy.
Reactions are currently unavailable