mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-19 22:25:52 +02:00
[fix] [180923] Connection not decorated with live image descriptor if system type does not define own images
This commit is contained in:
parent
9bc33d000e
commit
dd3cb955c7
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ public class RSESystemTypeAdapter extends RSEAdapter {
|
||||||
*/
|
*/
|
||||||
public ImageDescriptor getLiveImageDescriptor(Object object) {
|
public ImageDescriptor getLiveImageDescriptor(Object object) {
|
||||||
ImageDescriptor img = getImage(object, IRSESystemTypeConstants.ICON_LIVE);
|
ImageDescriptor img = getImage(object, IRSESystemTypeConstants.ICON_LIVE);
|
||||||
if (img==null) img = getImage(object, IRSESystemTypeConstants.ICON);
|
|
||||||
if (img==null) img = RSEUIPlugin.getDefault().getImageDescriptor(ISystemIconConstants.ICON_SYSTEM_CONNECTIONLIVE_ID);
|
if (img==null) img = RSEUIPlugin.getDefault().getImageDescriptor(ISystemIconConstants.ICON_SYSTEM_CONNECTIONLIVE_ID);
|
||||||
return img;
|
return img;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue