ui: restore drag scrolling on controller mapping popup

regression introduced by 105ab95efa
This commit is contained in:
Flyinghead 2024-01-20 16:20:09 +01:00
parent 393c3dbfd9
commit bc70d9118d
1 changed files with 1 additions and 1 deletions

View File

@ -1196,7 +1196,7 @@ static void controller_mapping_popup(const std::shared_ptr<GamepadDevice>& gamep
char key_id[32];
ImGui::BeginChild(ImGui::GetID("buttons"), ImVec2(0, 0), ImGuiChildFlags_FrameStyle);
ImGui::BeginChild(ImGui::GetID("buttons"), ImVec2(0, 0), ImGuiChildFlags_FrameStyle, ImGuiWindowFlags_DragScrolling);
for (; systemMapping->name != nullptr; systemMapping++)
{