mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 23:08:31 +08:00
fixing mistake to change in EOL comment field for GP-4289
This commit is contained in:
+3
@@ -292,6 +292,9 @@ public class EolCommentFieldFactory extends FieldFactory {
|
||||
elementList.addAll(elements);
|
||||
}
|
||||
|
||||
if (elementList.isEmpty()) {
|
||||
return null;
|
||||
}
|
||||
return ListingTextField.createMultilineTextField(this, proxy, elementList, x, width,
|
||||
maxDisplayLines, hlProvider);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user