mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 206825.
This commit is contained in:
parent
d4e9478c8e
commit
de0b85c913
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public class CDebugUIUtils {
|
|||
valueString = CDebugUIMessages.getString( "CDTDebugModelPresentation.24" ); //$NON-NLS-1$
|
||||
label.append( valueString );
|
||||
}
|
||||
else if ( type == null || !type.isStructure() ) {
|
||||
else if ( type == null ) {
|
||||
if ( valueString.length() > 0 ) {
|
||||
label.append( valueString );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue