mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 11:03:28 +02:00
[166343] modified patch was applied earlier in defect 166156.
This commit is contained in:
parent
bb0c6a1fe1
commit
bf8483727c
2 changed files with 2 additions and 0 deletions
|
@ -4955,6 +4955,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
|
|||
if (w == null)
|
||||
return 0;
|
||||
|
||||
// modified patch initially provided by Tobias Schwarz
|
||||
if (w instanceof TreeItem) {
|
||||
TreeItem ti = (TreeItem) w;
|
||||
int count = getItemCount((Item) w);
|
||||
|
|
|
@ -4955,6 +4955,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
|
|||
if (w == null)
|
||||
return 0;
|
||||
|
||||
// modified patch initially provided by Tobias Schwarz
|
||||
if (w instanceof TreeItem) {
|
||||
TreeItem ti = (TreeItem) w;
|
||||
int count = getItemCount((Item) w);
|
||||
|
|
Loading…
Add table
Reference in a new issue