diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-02-27 20:27:11 +0200 |
|---|---|---|
| committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-02-27 20:27:11 +0200 |
| commit | f377e27f0b8ddabf755c6efe71d6bc0e53e751c1 (patch) | |
| tree | 0bf40c271aa905a3bf8b50a96421df8b9a57aae9 /indra/llui/llfolderviewmodel.h | |
| parent | cb7debd70dc880a9cdeef983dc99281780c5e89a (diff) | |
SL-19274 Add new double-click option to Inventory settings
Diffstat (limited to 'indra/llui/llfolderviewmodel.h')
| -rw-r--r-- | indra/llui/llfolderviewmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderviewmodel.h b/indra/llui/llfolderviewmodel.h index b1db9489fd..b5a765fab3 100644 --- a/indra/llui/llfolderviewmodel.h +++ b/indra/llui/llfolderviewmodel.h @@ -160,7 +160,7 @@ public: virtual void closeItem( void ) = 0; virtual void selectItem(void) = 0; - virtual void navigateToFolder(bool new_window = false) = 0; + virtual void navigateToFolder(bool new_window = false, bool change_mode = false) = 0; virtual BOOL isItemWearable() const { return FALSE; } |
