We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62cd7c commit 9872cd3Copy full SHA for 9872cd3
1 file changed
cefpython/cef1/windows/binaries/cefwxpanel.py
@@ -79,7 +79,7 @@ def __init__(self, parent, url="", size=(-1, -1), *args, **kwargs):
79
80
def GetBrowser(self):
81
'''Returns the CEF's browser object'''
82
- return browser
+ return self.browser
83
84
def __del__(self):
85
'''cleanup stuff'''
0 commit comments