From b1fc6b9534dff89c61990c3b70a240cbfdcf2b0e Mon Sep 17 00:00:00 2001 From: Beq Date: Sun, 18 Jan 2026 01:00:20 +0000 Subject: [PATCH] FIRE-36303 - double click on land not working on Linux. This referenced the wrong combo box. As to why Linux does not support "automatic" mode for mouse warp, that's a question for another time. --- indra/newview/llfloaterpreference.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 7fd4c7ce8d..0553741542 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -1217,7 +1217,7 @@ void LLFloaterPreference::onOpen(const LLSD& key) #if LL_LINUX // Lixux doesn't support automatic mode - LLComboBox* combo = getChild("double_click_action_combo"); + LLComboBox* combo = getChild("mouse_warp_combo"); // FIRE-36303 - Linux users cannot set double click on land to "no action" S32 mode = gSavedSettings.getS32("MouseWarpMode"); if (mode == 0) {