#809 Move left, right buttons for DefineTexts using translatex parameter

This commit is contained in:
honfika@gmail.com
2015-02-22 10:48:20 +01:00
parent 354fd1143e
commit 24e1e600b3
10 changed files with 110 additions and 92 deletions

View File

@@ -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()) {