Skip to content

Commit 0627fe3

Browse files
author
LocalIdentity
committed
Empty space
1 parent 4f6349f commit 0627fe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/Tooltip.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function TooltipClass:GetDynamicSize(viewPort)
189189
local columns, ttH, _, extraColumnWidth = self:CalculateColumns(0, 0, staticttH, staticttW, viewPort)
190190

191191
-- ensure extra column width has sensible value
192-
extraColumnWidth = (columns > 1 and extraColumnWidth > 0) and extraColumnWidth or staticttW
192+
extraColumnWidth = (columns > 1 and extraColumnWidth > 0) and extraColumnWidth or staticttW
193193
local ttW = staticttW + (m_max(columns - 1, 0) * extraColumnWidth)
194194

195195
return ttW + H_PAD, ttH + V_PAD

0 commit comments

Comments
 (0)