From xemacs-m  Sun May 25 17:51:54 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA03904
	for <xemacs-beta@xemacs.org>; Sun, 25 May 1997 17:51:53 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcrct04697; Sun, 25 May 1997 18:51:54 -0400 (EDT)
Date: Sun, 25 May 1997 18:51:54 -0400 (EDT)
Message-Id: <QQcrct04697.199705252251@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: <xemacs-beta@xemacs.org>
Subject: Re: more toolbar weirdness
In-Reply-To: <199705252238.PAA06690@bittersweet.inetarena.com>
References: <199705252027.QAA28011@napoli.bayserve.net>
	<QQcrcp03943.199705252153@crystal.WonderWorks.COM>
	<199705252238.PAA06690@bittersweet.inetarena.com>
X-Mailer: VM 6.32 under Emacs 19.34.1
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Karl M. Hegbloom writes:
 > >>>>> "Kyle" == Kyle Jones <kyle_jones@wonderworks.com> writes:
 > 
 >     Kyle> Nope, works fine for me.  The bug is timing sensitive.  I
 >     Kyle> should have a patch for it in time for the release of beta
 >     Kyle> 3.  It has been confirmed that removing this code in frame.c
 >     Kyle> makes the toolbar display problems go away.
 > 	[code snipped]
 > 
 >  I commented it out, and the bug is gone, as you say.
 > 
 > The one where the toolbar doesn't get resized to the right width after
 > xpm-mode has been run is still there.  I, of course, have no clue how
 > to fix it,

I'm not sure this is a display bug.  The toolbar display looks
correct; it looks like something set the width to a value that is
too small to display the whole button.  In that case, XEmacs
display what it can.

In the frame where you see the problem, eval

(specifier-instance left-toolbar-width)

and see what it returns.

