mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +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;
|
descriptor = CPluginImages.DESC_OBJS_TUNIT_RESOURCE;
|
||||||
|
|
||||||
Point size= useSmallSize(flags) ? SMALL_SIZE : BIG_SIZE;
|
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() &&
|
} else if (!CCorePlugin.showSourceRootsAtTopOfProject() &&
|
||||||
element instanceof IFolder && isParentOfSourceRoot(element)) {
|
element instanceof IFolder && isParentOfSourceRoot(element)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue