mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 18:36:21 +00:00
Merge branch 'master' into plugins-python
This commit is contained in:
@@ -325,7 +325,7 @@ python_api_win_create(PyObject *self, PyObject *args)
|
||||
}
|
||||
|
||||
if (p_callback && PyCallable_Check(p_callback)) {
|
||||
api_win_create(tag, p_callback, python_window_callback);
|
||||
api_win_create(tag, p_callback, NULL, python_window_callback);
|
||||
}
|
||||
|
||||
return Py_BuildValue("");
|
||||
|
||||
Reference in New Issue
Block a user