From acc25ecd571e366ae45edcd600392d79dd64ed97 Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 13 Mar 2017 01:14:59 +0000 Subject: [PATCH] Fix toolbar height after 5744d1d5. --- src/toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbar.cpp b/src/toolbar.cpp index b467d44..64fef09 100644 --- a/src/toolbar.cpp +++ b/src/toolbar.cpp @@ -142,7 +142,7 @@ bool GraphicsWindow::ToolbarDrawOrHitTest(int mx, int my, int x = 17, y = (int)(height - 52); int fudge = 8; - int h = 32*16 + 3*16 + fudge; + int h = 34*16 + 3*16 + fudge; int aleft = 0, aright = 66, atop = y+16+fudge/2, abot = y+16-h; bool withinToolbar =