Changeset b80d945 in sasview


Ignore:
Timestamp:
May 2, 2018 3:35:50 AM (6 years ago)
Author:
wojciech
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
47439ce
Parents:
86d6abd
Message:

message box should stay on top

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasview/sasview.py

    r86d6abd rb80d945  
    213213                      'Xcode command line installation and restart SasView' 
    214214                      'SasView is terminating now', 
    215                       'Info', wx.OK | wx.ICON_INFORMATION) 
     215                      'Info', wx.OK | wx.ICON_INFORMATION | wx.STAY_ON_TOP) 
    216216        dlg.Destroy() 
    217217        logger.error("No compiler installed. %s\n"%(exc)) 
Note: See TracChangeset for help on using the changeset viewer.