mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +02:00
drives shouldn't be hidden
This commit is contained in:
parent
8218105081
commit
0c8878c454
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,10 @@ public class DStoreHostFile implements IHostFile
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
else if (isRoot())
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
String str = getAttribute(_element.getSource(), ATTRIBUTE_IS_HIDDEN);
|
String str = getAttribute(_element.getSource(), ATTRIBUTE_IS_HIDDEN);
|
||||||
|
|
Loading…
Add table
Reference in a new issue