removed this fix, which brought more problems than solutions
This commit is contained in:
parent
c9852501a4
commit
3a3ce982b0
1 changed files with 2 additions and 2 deletions
|
@ -923,7 +923,7 @@ void Control::_window_show_tooltip() {
|
||||||
|
|
||||||
void Control::_window_call_input(Control *p_control,const InputEvent& p_input) {
|
void Control::_window_call_input(Control *p_control,const InputEvent& p_input) {
|
||||||
|
|
||||||
_block();
|
// _block();
|
||||||
|
|
||||||
while(p_control) {
|
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;
|
p_control=p_control->data.parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
_unblock();
|
//_unblock();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue