Changeset 7496

Show
Ignore:
Timestamp:
03/01/07 00:46:39 (23 months ago)
Author:
liucougar
Message:

fixes #2524

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/widget/SplitContainer.js

    r7453 r7496  
    494494 
    495495                this.virtualSizer.style.zIndex = 10; 
     496                this.virtualSizer.style.display = ''; 
    496497        }, 
    497498 
    498499        _hideSizingLine: function(){ 
    499                 this.virtualSizer.style.zIndex = -1; 
     500//              this.virtualSizer.style.zIndex = -1; 
     501                this.virtualSizer.style.display = 'none'; 
    500502        }, 
    501503