Changes in / [d7c29ce:20cfa23] in sasview


Ignore:
File:
1 edited

Legend:

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

    rdef512c rc8e1996  
    5252    FONT_VARIANT = 1 
    5353    ON_MAC = True 
     54 
    5455 
    5556class BasicPage(ScrolledPanel, PanelBase): 
     
    14561457                self.state_change = True 
    14571458                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) 
    14631459                self.Refresh() 
    14641460 
Note: See TracChangeset for help on using the changeset viewer.