View | Details | Raw Unified | Return to issue 118464
Collapse All | Expand All

(-)source/pdf/impdialog.cxx.old (+2 lines)
Lines 664-669 Link Here
664
    maEdPages.Enable( maRbRange.IsChecked() );
664
    maEdPages.Enable( maRbRange.IsChecked() );
665
    //Sym2_5805, When the control is disabled, it is also readonly. So here, it is not necessary to set it as readonly.
665
    //Sym2_5805, When the control is disabled, it is also readonly. So here, it is not necessary to set it as readonly.
666
    //maEdPages.SetReadOnly( !maRbRange.IsChecked() );
666
    //maEdPages.SetReadOnly( !maRbRange.IsChecked() );
667
    if ( maRbRange.IsChecked() )
668
	maEdPages.GrabFocus();
667
    return 0;
669
    return 0;
668
}
670
}
669
671

Return to issue 118464