Ignore:
Timestamp:
Feb 21, 2019 10:15:15 AM (5 years ago)
Author:
vondreele
Message:

fix future problem with wx.NewId? --> wx.NewIdRef?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIrestrGUI.py

    r3802 r3826  
    3434import GSASIIconstrGUI as G2cnstG
    3535import GSASIIexprGUI as G2exG
     36
     37try:
     38    wx.NewIdRef
     39    wx.NewId = wx.NewIdRef
     40except AttributeError:
     41    pass
    3642
    3743WACV = wx.ALIGN_CENTER_VERTICAL
Note: See TracChangeset for help on using the changeset viewer.