mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 00:48:30 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user