Browse Source

Merge pull request #2007 from Krzycho666/master

Fixed ui_accept problem
Juan Linietsky 10 years ago
parent
commit
c7af3146c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scene/gui/base_button.cpp

+ 1 - 0
scene/gui/base_button.cpp

@@ -148,6 +148,7 @@ void BaseButton::_input_event(InputEvent p_event) {
 					update();
 			}
 		} break;
+		case InputEvent::ACTION:
 		case InputEvent::JOYSTICK_BUTTON:
 		case InputEvent::KEY: {