Fix toolbar height after 5744d1d5
.
This commit is contained in:
parent
ca2aad7fea
commit
acc25ecd57
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue
Block a user