Ignore:
Timestamp:
04/30/19 14:49:39 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

ACARS CEF works on Windows (re #347)

File:
1 edited

Legend:

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

    r931 r945  
    199199
    200200        window.show_all()
    201         if os.name=="nt":
    202             window.get_window().focus()
    203201
    204202        self._wizard.grabDefault()
     
    767765        Here we reset the focus to the main window as CEF might have acquired
    768766        it earlier."""
    769         self._mainWindow.get_window().focus()
     767        self._mainWindow.get_window().focus(0)
    770768
    771769    def raiseCallback(self):
Note: See TracChangeset for help on using the changeset viewer.