ui: restore drag scrolling on controller mapping popup
regression introduced by 105ab95efa
This commit is contained in:
parent
393c3dbfd9
commit
bc70d9118d
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue