Community
Participate
Working Groups
Created attachment 175043 [details] sampe project action icons of a form toolbar have a white border instead of the default blue background. An action icon placed on a section header is displayed correctly. I added a small example project. The form displays the same icon on the form toolbar and the section header. Because of the different gradients it is difficult so see, but there is a small white border around the upper icon. The icon below does not have this border. BTW: why do the gradients have a different direction?
This issue has been discussed in the newsgroup ( see http://www.eclipse.org/forums/index.php?t=tree&goto=498758&#page_top ). The workaround is to set the form background to null after getting the the toolbar manager: ---- ToolBarManager manager = (ToolBarManager) form.getToolBarManager(); form.setBackground( null ); ----
This workaround is doing fine. Thank you, Ivan.
As there is a simple workaround of the problem I will close it as WONTFIX.
Maybe we could do something to fix this bug with themeing adjustment. I will reopen it, but set the lower priority.