From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Ian Roxborough Cc: Subject: Re: [RFA] Fix modal dialogs on Windows. Date: Tue, 11 Dec 2001 07:17:00 -0000 Message-ID: References: <20011211015433.48597a6b.irox@redhat.com> X-SW-Source: 2001-q4/msg00417.html Message-ID: <20011211071700.68CVTbWPG2ZpOLPj2efos0vH049j5kYHMJjTn4mZPv8@z> On Tue, 11 Dec 2001, Ian Roxborough wrote: > this fixes the vanishing modal dialog problems the Windows > user will currently experence with the CVS versions of > Insight. You see the dialog flick on to the screen for > a short time then disappear. (This doesn't fix the Windows > crashing problem.) Yes! I've been waiting for this one... :-) Thanks, Keith > ChangeLog: > 2001-12-11 Ian Roxborough > > * library/managedwin.itb (ManagedWin::_create): When > making a modal window transient, use the source window > as the master and not ".". > > Index: managedwin.itb > =================================================================== > RCS file: /cvs/src/src/gdb/gdbtk/library/managedwin.itb,v > retrieving revision 1.17 > diff -r1.17 managedwin.itb > 258c258 > < wm transient $top . > --- > > wm transient $top [winfo toplevel [namespace tail [lindex [ManagedWin::find SrcWin] 0]]] >