mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +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) {
|
||||
if (type == null) {
|
||||
tab.setSelectedIndex(0);
|
||||
return;
|
||||
return; // Leave tab unchanged from last use
|
||||
}
|
||||
switch (type) {
|
||||
case CommentType.EOL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue