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

Setting visual for CEF (re #347).

File:
1 edited

Legend:

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

    r919 r931  
    109109
    110110        self._mainWindow = window = gtk.Window()
     111        if os.name!="nt":
     112            window.set_visual(window.get_screen().lookup_visual(0x21))
    111113        window.set_title(WINDOW_TITLE_BASE)
    112114        window.set_icon_from_file(os.path.join(iconDirectory, "logo.ico"))
Note: See TracChangeset for help on using the changeset viewer.