Ignore:
Timestamp:
03/03/08 09:25:06 (16 years ago)
Author:
Nicholas Riley
Message:

Undocumented method / hack fallback to determine whether we should draw the highlighted row as active.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEServicePrefController.m

    r432 r433  
    478478   
    479479    if (![outlineView isRowSelected: [outlineView rowForItem: item]] ||
    480         ![(ICeCoffEEMenuOutlineView *)outlineView shouldUseActiveHighlight]) {
     480        !ICCF_ViewHasKeyboardFocus(outlineView)) {
    481481        if (!isInverted)
    482482            return;
Note: See TracChangeset for help on using the changeset viewer.