Changeset 7496
- Timestamp:
- 03/01/07 00:46:39 (23 months ago)
- Files:
-
- 1 modified
-
trunk/src/widget/SplitContainer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/widget/SplitContainer.js
r7453 r7496 494 494 495 495 this.virtualSizer.style.zIndex = 10; 496 this.virtualSizer.style.display = ''; 496 497 }, 497 498 498 499 _hideSizingLine: function(){ 499 this.virtualSizer.style.zIndex = -1; 500 // this.virtualSizer.style.zIndex = -1; 501 this.virtualSizer.style.display = 'none'; 500 502 }, 501 503