Ignore:
Timestamp:
05/08/12 23:48:51 (11 years ago)
Author:
nit
Message:

[titan] fix mark position with hidden channel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/channellist.h

    r15567 r15571  
    3434        while(node != NULL)
    3535        {
    36                 if(node->deaktivcol > -1)
     36                if(node->deaktivcol > -1 || node->hidden == YES)
    3737                {
    3838                        node = node->next;
Note: See TracChangeset for help on using the changeset viewer.