Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 180881
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/layout/TrimArea.java (-1 / +1 lines)
Lines 290-296 Link Here
290
			Control ctrl = cache.getControl();
290
			Control ctrl = cache.getControl();
291
			
291
			
292
			// Skip invisible trim
292
			// Skip invisible trim
293
			if (ctrl == null || !ctrl.isVisible())
293
			if (ctrl == null || !ctrl.getVisible())
294
				continue;
294
				continue;
295
			
295
			
296
			// We need to keep the drag handle and the 'real' trim on the same line... 
296
			// We need to keep the drag handle and the 'real' trim on the same line... 

Return to bug 180881