Harmless change

This commit is contained in:
Liru Færs
2019-08-18 03:32:37 -04:00
parent 7670094e7d
commit 51974891a8

View File

@@ -467,7 +467,7 @@ void LLScrollListCtrl::adjustScrollbar(S32 doc_size)
// how many lines of content in a single "page"
S32 page_lines = getLinesPerPage();
BOOL scrollbar_visible = mLineHeight * doc_size > mItemListRect.getHeight();
bool scrollbar_visible = mLineHeight * doc_size > mItemListRect.getHeight();
if (scrollbar_visible)
{
// provide space on the right for scrollbar