From fe3f9e1ac7c8113aadf86a7367d50c70de56737e Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 6 Jan 2009 00:03:28 +0100 Subject: [PATCH] Fix a copy/paste error that resulted in inconsistent Rows behavior --- ButtonBar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ButtonBar.lua b/ButtonBar.lua index e3ea1a1..e3889ea 100644 --- a/ButtonBar.lua +++ b/ButtonBar.lua @@ -120,7 +120,7 @@ function ButtonBar:GetHideHotkey() end local math_floor = math.floor -local math_ceil = math.floor +local math_ceil = math.ceil -- align the buttons and correct the size of the bar overlay frame ButtonBar.button_width = 36 ButtonBar.button_height = 36