diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-07-30 06:43:03 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-07-30 06:43:03 +0800 |
| commit | a6eb1586ae4bd4e81e7d03c91c27ffec78a32cf7 (patch) | |
| tree | ef3156d5d95aeecaaabb146d6c5652ea74618c26 /indra/newview/llfloaterimcontainer.h | |
| parent | 561bb7148f7da8dcedae8da8fb3d1edc9a1cbf08 (diff) | |
| parent | f93c8694e39c0ec12d43b74c1c37c0a14da19d67 (diff) | |
Merge tag 'Second_Life_Release#f93c8694-26.3' into 26.326.3
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
| -rw-r--r-- | indra/newview/llfloaterimcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index 9f1690a9b9..4cb243aa64 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -74,7 +74,7 @@ public: void showConversation(const LLUUID& session_id); void selectConversation(const LLUUID& session_id); void selectNextConversationByID(const LLUUID& session_id); - bool selectConversationPair(const LLUUID& session_id, bool select_widget, bool focus_floater = true); + bool selectConversationPair(const LLUUID& session_id, bool select_widget, bool focus_floater = true, bool force_select_widget = false); void clearAllFlashStates(); bool selectAdjacentConversation(bool focus_selected); bool selectNextorPreviousConversation(bool select_next, bool focus_selected = true); |
