mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
oops: accidental commit reverted
This commit is contained in:
parent
539ff63173
commit
3e77d51532
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public class CElementImageProvider {
|
|||
descriptor = CPluginImages.DESC_OBJS_TUNIT_RESOURCE;
|
||||
|
||||
Point size= useSmallSize(flags) ? SMALL_SIZE : BIG_SIZE;
|
||||
descriptor = new CElementImageDescriptor(descriptor, CElementImageDescriptor.INACTIVE, size);
|
||||
descriptor = new CElementImageDescriptor(descriptor, 0, size);
|
||||
}
|
||||
} else if (!CCorePlugin.showSourceRootsAtTopOfProject() &&
|
||||
element instanceof IFolder && isParentOfSourceRoot(element)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue