commit | 36b0dcf6cbae6ba25a96bf2b2bd5251f7af8904d | [log] [tgz] |
---|---|---|
author | Jonas Fonseca <fonseca@diku.dk> | Sun Sep 20 09:34:37 2009 -0400 |
committer | Shawn O. Pearce <spearce@spearce.org> | Thu Oct 01 16:57:32 2009 -0700 |
tree | 7988c31c04a3ba97cdf65e1f9de2a5f65c0d0372 | |
parent | 96690904f53241e825a29be9558be319a0bbfba1 [diff] |
Make it possible to clear a PlotCommitList This allows SwingGraphPanes to be reused by simply clearing and re-filling. Requires RevObjectList initialization to not call clear() from its constructor, because this will lead PlotCommitList.clear() to be called before all variables have been initialized. Change-Id: I14a07124441b58cd88c67da088ba52ef9c30b043 Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>