dont make click sounds for regular text
This commit is contained in:
parent
7a554a3e46
commit
373c93a246
1 changed files with 1 additions and 1 deletions
|
@ -1493,7 +1493,7 @@ local void MenuHandleMouseMove(int x,int y)
|
|||
if (!(mi->flags&MenuButtonDisabled)) {
|
||||
switch (mi->mitype) {
|
||||
case MI_TYPE_TEXT:
|
||||
if (!mi->d.text.text)
|
||||
if (!mi->d.text.text || !mi->d.text.action)
|
||||
continue;
|
||||
xs = menu->x + mi->xofs;
|
||||
ys = menu->y + mi->yofs;
|
||||
|
|
Loading…
Add table
Reference in a new issue