mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:41:12 +00:00
Tabbed interface.
This commit is contained in:
@@ -94,4 +94,10 @@ public class UndoManager {
|
||||
public boolean canRedo() {
|
||||
return history.size() > historyPos;
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
history.clear();
|
||||
historyPos = 0;
|
||||
fireChange();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user