mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 10:50:47 +00:00
#809 autogwow when button is hold fixed
This commit is contained in:
@@ -46,6 +46,7 @@ public class JRepeatButton extends JButton {
|
||||
|
||||
@Override
|
||||
public void mousePressed(MouseEvent e) {
|
||||
repeatCount = 0;
|
||||
Runnable runnable = new Runnable() {
|
||||
private int cnt = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user