Changeset 6340

Show
Ignore:
Timestamp:
11/01/10 13:15:01 (2 years ago)
Author:
westram
Message:
  • greyed out parsimony weights in novice mode (#214)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/PARSIMONY/PARS_main.cxx

    r6335 r6340  
    16001600    aws->at("weights"); 
    16011601    aws->callback(AW_POPUP,(AW_CL)create_csp_window,(AW_CL)weighted_filter->get_csp()); 
     1602    aws->sens_mask(AWM_EXP); 
    16021603    aws->create_button("SELECT_CSP", AWAR_CSP_NAME); 
     1604    aws->sens_mask(AWM_ALL); 
    16031605 
    16041606    aws->at("alignment");