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.
This commit is contained in:
Beq
2026-01-18 01:00:20 +00:00
parent 958a6ecb59
commit b1fc6b9534
+1 -1
View File
@@ -1217,7 +1217,7 @@ void LLFloaterPreference::onOpen(const LLSD& key)
#if LL_LINUX
// Lixux doesn't support automatic mode
LLComboBox* combo = getChild<LLComboBox>("double_click_action_combo");
LLComboBox* combo = getChild<LLComboBox>("mouse_warp_combo"); // <FS:Beq/> FIRE-36303 - Linux users cannot set double click on land to "no action"
S32 mode = gSavedSettings.getS32("MouseWarpMode");
if (mode == 0)
{