From 4113164b3be1e50251ac40d6fd65660f0a6c2e63 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 11 Jun 2019 18:46:21 -0400 Subject: [PATCH] Compressed undo stack. --- GroupEditor.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/GroupEditor.java b/GroupEditor.java index b4f001a..43af894 100644 --- a/GroupEditor.java +++ b/GroupEditor.java @@ -3429,7 +3429,8 @@ int size = obj.MemorySize(); - System.err.println((size/1024) + " KB is the size of " + obj); + //System.err.println((size/1024) + " KB is the size of " + obj); + System.err.println("the size of " + obj + " is " + size + " (" + (size/1024) + "KB)"); } } catch (Exception e) -- Gitblit v1.6.2