fgPopup::checkHit(): revert r1.103 (consume mouse hits by default)
Can't reproduce the problem that r1.103 meant to fix, but it caused another problem: MMB dragging events weren't passed, so e.g. power lever control in the bo105 stopped working.
This commit is contained in:
parent
35db06a4d6
commit
2e1cfcb83d
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ puObject *fgPopup::getActiveInputField(puObject *object)
|
|||
*/
|
||||
int fgPopup::checkHit(int button, int updown, int x, int y)
|
||||
{
|
||||
int result = 1;
|
||||
int result = 0;
|
||||
if (updown != PU_DRAG && !_dragging)
|
||||
result = puPopup::checkHit(button, updown, x, y);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue