mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
caff8b2264
1 changed files with 1 additions and 2 deletions
|
@ -137,8 +137,7 @@ public class CommentsDialog extends ReusableDialogComponentProvider implements K
|
||||||
|
|
||||||
void setCommentType(CommentType type) {
|
void setCommentType(CommentType type) {
|
||||||
if (type == null) {
|
if (type == null) {
|
||||||
tab.setSelectedIndex(0);
|
return; // Leave tab unchanged from last use
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case CommentType.EOL:
|
case CommentType.EOL:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue