diff --git a/src/GUI/dialog.cxx b/src/GUI/dialog.cxx index 0c45133b2..0cf54472b 100644 --- a/src/GUI/dialog.cxx +++ b/src/GUI/dialog.cxx @@ -192,7 +192,7 @@ puObject *fgPopup::getActiveInputField(puObject *object) */ int fgPopup::checkHit(int button, int updown, int x, int y) { - int result = 0; + int result = 1; if (updown != PU_DRAG && !_dragging) result = puPopup::checkHit(button, updown, x, y);