Changeset d53abd2 in sasview for src/sas/sasgui/perspectives/fitting/gpu_options.py
- Timestamp:
- Aug 21, 2018 5:59:27 PM (6 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
- Children:
- 5d43213, 7277f81
- Parents:
- ec52ea1 (diff), 388aefb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Paul Butler <butlerpd@…> (08/21/18 17:59:27)
- git-committer:
- GitHub <noreply@…> (08/21/18 17:59:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/gpu_options.py
r42a6e02 r388aefb 139 139 140 140 test_text = wx.StaticText(self, -1, "WARNING: Running tests can take a few minutes!") 141 test_text2 = wx.StaticText(self, -1, "NOTE: No test will run if No OpenCL is checked") 142 test_text.SetForegroundColour(wx.RED) 143 self.vbox.Add(test_text2, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 141 144 self.vbox.Add(test_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 142 145
Note: See TracChangeset
for help on using the changeset viewer.