Ignore:
File:
1 edited

Legend:

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

    rc8e1996 rdef512c  
    5252    FONT_VARIANT = 1 
    5353    ON_MAC = True 
    54  
    5554 
    5655class BasicPage(ScrolledPanel, PanelBase): 
     
    14571456                self.state_change = True 
    14581457                self._draw_model() 
     1458                #Time delay introduced to prevent double compilation on Windows 
     1459                #It seems to be threading related issue that triggers 
     1460                #compilation twice at the same time 
     1461                if ON_MAC == False: 
     1462                    time.sleep(0.1) 
    14591463                self.Refresh() 
    14601464 
Note: See TracChangeset for help on using the changeset viewer.