diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-02-01 16:39:06 +0200 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-02-01 16:39:06 +0200 |
commit | 1404ba1ffa821c3ecc76cde254c5148fec66a2c0 (patch) | |
tree | 854ae53aefdd185ccd8ec7de422179933104288d /indra/llui/llmenugl.cpp | |
parent | 178b30601b989aa98644c4e5c2ebcd9cd75490f7 (diff) |
fixed Linux build
Diffstat (limited to 'indra/llui/llmenugl.cpp')
-rw-r--r-- | indra/llui/llmenugl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index 1db1dac2ec..3e547efd97 100644 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -317,7 +317,7 @@ void LLMenuItemGL::setJumpKey(KEY key) // virtual U32 LLMenuItemGL::getNominalHeight( void ) const { - return llround(mFont->getLineHeight()) + MENU_ITEM_PADDING; + return mFont->getLineHeight() + MENU_ITEM_PADDING; } //virtual |