Ignore:
Timestamp:
Dec 9, 2019 7:02:41 PM (3 years ago)
Author:
geishm
Message:

Removed redundant call to SetIgorOption? that is missing in latest IGOR 8 release.

Location:
sans/Dev/branches/quokka_fix/NCNR_User_Procedures/Reduction/SANS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/branches/quokka_fix/NCNR_User_Procedures/Reduction/SANS/QKK_DesmearingUtils.ipf

    r1215 r1233  
    2727//              Variable/G root:myGlobals:gIsMac = 0 
    2828                //SetIgorOption to keep some PC's (graphics cards?) from smoothing the 2D image 
    29                 Execute "SetIgorOption WinDraw,forceCOLORONCOLOR=1" 
     29                //Execute "SetIgorOption WinDraw,forceCOLORONCOLOR=1" 
    3030        endif 
    3131         
  • sans/Dev/branches/quokka_fix/NCNR_User_Procedures/Reduction/SANS/QKK_Initialize.ipf

    r908 r1233  
    120120                Variable/G root:myGlobals:gIsMac = 0 
    121121                //SetIgorOption to keep some PC's (graphics cards?) from smoothing the 2D image 
    122                 Execute "SetIgorOption WinDraw,forceCOLORONCOLOR=1" 
     122                //Execute "SetIgorOption WinDraw,forceCOLORONCOLOR=1" 
    123123        endif 
    124124         
Note: See TracChangeset for help on using the changeset viewer.