Fixed height of yellow rectangle around pulldown menu

This commit is contained in:
jsalmon3 2003-05-08 23:43:01 +00:00
parent 84a9da525e
commit d6821c1afe

View file

@ -462,6 +462,7 @@ local void DrawPulldown(Menuitem *mi, int mx, int my)
}
}
w += 2;
h += 2;
} else {
h = mi->d.pulldown.ysize;
y = my+mi->yofs;