crash5band / MikuMikuWorld

Project Sekai score viewer and editor
MIT License
79 stars 62 forks source link

Fix drag-select bug #7

Closed kaieri-4946 closed 2 years ago

kaieri-4946 commented 2 years ago

Fix for issue#6 I just opened

Also since dragStart is not updated at all while using modes other than Select, I think being able to drag-select while in other mode is not intended so I change that as well in this PR.

If it's intended then just need to disable the ImGui::IsWindowFocused() condition for this.

crash5band commented 2 years ago

👍