Title icon

Hi,

I am using the setTitleIcon in order to show icon for
DefaultMultipleCDockable.

the problem is - that when the dockable loses focus - the icon get invisible - how can I make the icon to be allways shown, when having focus and also when losing it?

thank you.

I guess you are using the EclipseTheme?

control.putProperty( EclipseTheme.PAINT_ICONS_WHEN_DESLECTED, true );```