mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 14:55:57 +00:00
#809 autogwow when button is hold fixed
This commit is contained in:
@@ -249,7 +249,7 @@ public class TextPanel extends JPanel {
|
||||
}
|
||||
|
||||
private void translateX(int delta, int repeatCount) {
|
||||
if (mainPanel.translateText(textTag, delta * repeatCount)) {
|
||||
if (mainPanel.translateText(textTag, delta * (repeatCount + 1))) {
|
||||
updateButtonsVisibility();
|
||||
textTag.getSwf().clearImageCache();
|
||||
mainPanel.refreshTree();
|
||||
|
||||
Reference in New Issue
Block a user