From 2e4f195c8d31b17f671b12289cc0fd858e0d364d Mon Sep 17 00:00:00 2001 From: "talisman%anamorphic.com" Date: Sun, 8 Apr 2001 09:53:30 +0000 Subject: [PATCH] Fixed some potentially serious thread cancellation issues. Also, it's not clear to me that we really need to override the addNotify() method in this case. jrg --- grendel/sources/grendel/composition/AddressList.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grendel/sources/grendel/composition/AddressList.java b/grendel/sources/grendel/composition/AddressList.java index 24273bdcde47..11d826b9695a 100644 --- a/grendel/sources/grendel/composition/AddressList.java +++ b/grendel/sources/grendel/composition/AddressList.java @@ -779,7 +779,7 @@ public class AddressList extends JScrollPane implements Serializable { * addNotify creates the preferred size dimension because only * after the peer has been created can we get the font metrics. */ - public void addNotify () { +/* public void addNotify () { super.addNotify (); if (null == mPerfSize) { @@ -795,6 +795,7 @@ public class AddressList extends JScrollPane implements Serializable { } } } + */ /** * Return PerfSize created in addNotify.