Changeset 3897
- Timestamp:
- Apr 14, 2019 7:52:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3890 r3897 6348 6348 line3Sizer = wx.BoxSizer(wx.HORIZONTAL) 6349 6349 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?') 6351 6351 showCS.Bind(wx.EVT_CHECKBOX, OnShowSlice) 6352 6352 showCS.SetValue(drawingData['showSlice'])
Note: See TracChangeset
for help on using the changeset viewer.