Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 486406

Summary: Update bug reference in CoolBarToTrimManager
Product: [Eclipse Project] Platform Reporter: Patrik Suzzi <psuzzi>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 4.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=370961
Whiteboard:

Description Patrik Suzzi CLA 2016-01-22 18:14:53 EST
In CoolBarToTrimManager#update() there is a reference to bug370961

	// TODO: Hack to work around Bug 370961
	ToolBar toolbar = manager.getControl();
	if (toolbar != null && !toolbar.isDisposed()) {
		toolbar.requestLayout();
	}

I think the Bug reference is wrong, as Bug370961 is still NEW, 
and there is no git commit related.
Comment 1 Patrik Suzzi CLA 2016-01-22 18:35:40 EST
Bug removed

Explanation: 
The commit to resolve bug320478 also contains a workaround for bug370961

There was no mention of this in bug370961. 
So I updated its description. 

Now I'm happy of the description in bug370961, and I can close this as WORKSFORME