Merge remote-tracking branch 'origin/patch'

This commit is contained in:
ghidra1 2025-06-30 14:40:03 -04:00
commit caff8b2264

View file

@ -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: