Fix clicks "passing through" after clicking on the tab bar.
This commit is contained in:
parent
1cbe0cca00
commit
0d3e14739b
2 changed files with 3 additions and 2 deletions
|
|
@ -380,6 +380,7 @@ Class DemolitionistMenu : GenericMenu
|
|||
}
|
||||
xx += len;
|
||||
}
|
||||
return res;
|
||||
}
|
||||
else if ( (tabs.Size() <= 0) || (curtab == -1) || !tabs[curtab] ) return res;
|
||||
tabs[curtab].MouseInput(mpos,isrclick?MB_RIGHT:MB_LEFT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue