mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 22:26:30 +00:00
#809 Move left, right buttons for DefineTexts using translatex parameter
This commit is contained in:
@@ -2007,6 +2007,14 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean translateText(TextTag textTag, int diff) {
|
||||
if (textTag.translateText(diff)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
switch (e.getActionCommand()) {
|
||||
|
||||
Reference in New Issue
Block a user