Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 13a3103

Browse filesBrowse files
CzarekCzarek
authored andcommitted
Updated wxpython.py for 32bit.
1 parent 65982d8 commit 13a3103
Copy full SHA for 13a3103

File tree

Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed
Open diff view settings
Collapse file

‎cefpython/cef3/mac/binaries_32bit/wxpython.py‎

Copy file name to clipboardExpand all lines: cefpython/cef3/mac/binaries_32bit/wxpython.py
-8Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,6 @@ def CreateMenu(self):
191191
self.SetMenuBar(menubar)
192192

193193
def OnClose(self, event):
194-
# Calling CloseBrowser will cause that OnClose event occurs again,
195-
# so self.browser must be checked if non-empty.
196-
if not self.browser:
197-
return
198-
199-
self.browser.StopLoad()
200-
self.browser.CloseBrowser()
201-
202194
# Remove all CEF browser references so that browser is closed
203195
# cleanly. Otherwise there may be issues for example with cookies
204196
# not being flushed to disk when closing app immediately

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.