mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 21:35:40 +02:00
This commit is contained in:
parent
515919579d
commit
889a492487
1 changed files with 3 additions and 0 deletions
|
@ -549,6 +549,9 @@ public class CPathIncludeSymbolEntryPage extends CPathBasePage {
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean canMove(List selected) {
|
private boolean canMove(List selected) {
|
||||||
|
if (selected.size() == 0) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
for (int i = 0; i < selected.size(); i++) {
|
for (int i = 0; i < selected.size(); i++) {
|
||||||
Object element = selected.get(i);
|
Object element = selected.get(i);
|
||||||
if (! (element instanceof CPElement))
|
if (! (element instanceof CPElement))
|
||||||
|
|
Loading…
Add table
Reference in a new issue