Ticket #27266: patch-enthought-enable-wx_backend-api.py.diff

File patch-enthought-enable-wx_backend-api.py.diff, 420 bytes (added by klaus.zimmermann@…, 14 years ago)

Removes the carbon window in favor of the ordinary window from enable api.

  • enthought/enable/wx_backend/api.py

    old new  
    33
    44from enthought.kiva import backend
    55
    6 if sys.platform == 'darwin' and backend() != "gl":
    7     from mac_window import MacWindow as Window
    8 else:
    9     from window import Window
     6from window import Window
    107
    118from scrollbar import NativeScrollBar
    129