mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 08:51:13 +00:00
replace text menu item (functioonality not implemented, yet)
This commit is contained in:
@@ -140,7 +140,7 @@ public class MethodCodePanel extends JPanel implements ActionListener {
|
||||
break;
|
||||
case ACTION_HEX:
|
||||
case ACTION_HEX_ONLY:
|
||||
if (e.getActionCommand() == ACTION_HEX) {
|
||||
if (e.getActionCommand().equals(ACTION_HEX)) {
|
||||
hexOnlyButton.setSelected(false);
|
||||
} else {
|
||||
hexButton.setSelected(false);
|
||||
|
||||
Reference in New Issue
Block a user