diff options
| author | Graham Linden <graham@lindenlab.com> | 2013-08-19 12:10:40 -0700 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2013-08-19 12:10:40 -0700 |
| commit | 3f186aab7737d611e1b8a62e66a79828e3b5ef5b (patch) | |
| tree | a42a19d1ff584a2d074ef9c07f166d0ad47dc7a2 /indra/llui/llscrolllistctrl.h | |
| parent | 80256fdbf5fe444c177be793b12d0da58ce2b608 (diff) | |
| parent | 171089207b528ab80a954292c127ba77254ee927 (diff) | |
Merge in viewer-release
Diffstat (limited to 'indra/llui/llscrolllistctrl.h')
| -rwxr-xr-x | indra/llui/llscrolllistctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistctrl.h b/indra/llui/llscrolllistctrl.h index 8fa06cc499..7bc558f742 100755 --- a/indra/llui/llscrolllistctrl.h +++ b/indra/llui/llscrolllistctrl.h @@ -342,7 +342,7 @@ public: static void onClickColumn(void *userdata); - virtual void updateColumns(); + virtual void updateColumns(bool force_update = false); S32 calcMaxContentWidth(); bool updateColumnWidths(); |
