removed this fix, which brought more problems than solutions

This commit is contained in:
Juan Linietsky 2016-01-10 00:26:35 -03:00
parent c9852501a4
commit 3a3ce982b0

View file

@ -923,7 +923,7 @@ void Control::_window_show_tooltip() {
void Control::_window_call_input(Control *p_control,const InputEvent& p_input) {
_block();
// _block();
while(p_control) {
@ -941,7 +941,7 @@ void Control::_window_call_input(Control *p_control,const InputEvent& p_input) {
p_control=p_control->data.parent;
}
_unblock();
//_unblock();
}