Changeset 702:b76cdc5ff2dc


Ignore:
Timestamp:
10/25/15 08:36:51 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
cef
Phase:
public
Message:

CEF is shut down before the Selenium handler so that quitting works even while
performing some Selenium-driver operation (re #279).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/cef.py

    r697 r702  
    381381    global _toQuit, _seleniumHandler
    382382    toQuit = True
     383    cefpython.Shutdown()
    383384    _seleniumHandler.quit()
    384     cefpython.Shutdown()
    385385
    386386#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.