Ignore:
Timestamp:
Dec 1, 2016 4:11:51 AM (8 years ago)
Author:
wojciech
Children:
fbfed45
Parents:
c027106e
Message:

Setting dialog to unmodal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/fitting.py

    r16c1297 r6b59bb3  
    812812        import sas.sasgui.perspectives.fitting.gpu_options as GpuOptions 
    813813        dialog = GpuOptions.GpuOptions(None, -1, "") 
    814         dialog.ShowModal() 
     814        dialog.Show() 
    815815 
    816816    def stop_fit(self, uid): 
Note: See TracChangeset for help on using the changeset viewer.