[GB.GTK]
* BUG: Fix uninitialized control proxy variables. git-svn-id: svn://localhost/gambas/trunk@3389 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
1bd45a5751
commit
213c24ba42
@ -229,6 +229,7 @@ void gControl::initAll(gContainer *parent)
|
||||
_tracking = false;
|
||||
no_input_method = false;
|
||||
_no_default_mouse_event = false;
|
||||
_proxy = _proxy_for = NULL;
|
||||
|
||||
onFinish = NULL;
|
||||
onFocusEvent = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user