From 400c21213acb050b653247f295975b9ab35b62ad Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Fri, 30 Aug 2024 00:48:02 +0200 Subject: #2454 Scrolling by the mouse wheel does not scroll up on the unopened Destination field --- indra/llui/llcombobox.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'indra/llui/llcombobox.h') diff --git a/indra/llui/llcombobox.h b/indra/llui/llcombobox.h index 9dc6fa9257..8be3eb57e4 100644 --- a/indra/llui/llcombobox.h +++ b/indra/llui/llcombobox.h @@ -163,9 +163,12 @@ public: bool remove(const std::string& name); // remove item "name", return true if found and removed - bool setCurrentByIndex( S32 index ); + bool setCurrentByIndex(S32 index); S32 getCurrentIndex() const; + bool selectNextItem(); + bool selectPrevItem(); + void setEnabledByValue(const LLSD& value, bool enabled); void createLineEditor(const Params&); -- cgit v1.2.3