Fixed height of yellow rectangle around pulldown menu
This commit is contained in:
parent
84a9da525e
commit
d6821c1afe
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue