Changeset 3897


Ignore:
Timestamp:
Apr 14, 2019 7:52:21 PM (4 years ago)
Author:
vondreele
Message:

remove slow warning for contour plots; it's not slow for large structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3890 r3897  
    63486348                line3Sizer = wx.BoxSizer(wx.HORIZONTAL)
    63496349           
    6350                 showCS = wx.CheckBox(drawOptions,-1,label=' Show contour slice? NB: can be very slow for large structures!')
     6350                showCS = wx.CheckBox(drawOptions,-1,label=' Show contour slice?')
    63516351                showCS.Bind(wx.EVT_CHECKBOX, OnShowSlice)
    63526352                showCS.SetValue(drawingData['showSlice'])           
Note: See TracChangeset for help on using the changeset viewer.