From 9107d29b1e549ea9e4cc5dbacb15137abf972511 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Wed, 20 May 2026 09:42:15 +0800 Subject: Fix "Double click on land"'s "No action" on Linux I believe it was meant to grey out "Automatic" on "Mouse Warp". Also, FreeBSD is added to this condition. --- indra/newview/llfloaterpreference.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index d05eb975ae..cb708050fd 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -773,9 +773,9 @@ void LLFloaterPreference::onOpen(const LLSD& key) // Load (double-)click to walk/teleport settings. updateClickActionViews(); -#if LL_LINUX +#if LL_LINUX || __FreeBSD__ // Lixux doesn't support automatic mode - LLComboBox* combo = getChild("double_click_action_combo"); + LLComboBox* combo = getChild("mouse_warp_combo"); S32 mode = gSavedSettings.getS32("MouseWarpMode"); if (mode == 0) { -- cgit v1.3