Ignore:
Timestamp:
Oct 29, 2022 5:45:12 PM (11 months ago)
Author:
toby
Message:

note use of requests package (now optional); deal w/wx4.2.0 bug; save NIST*LATTICE snapshot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r5356 r5360  
    573573        else:
    574574            kw['style'] = wx.TE_PROCESS_ENTER
     575        if 'size' not in kw: # wx 4.2.0 needs a size
     576            kw['size'] = (105,-1)
    575577        if typeHint is not None:
    576578            self.type = typeHint
Note: See TracChangeset for help on using the changeset viewer.