This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Speaking of MS-Windows problems...


Just a thought:

A while I ago I posted a patch that should help Insight stop
crashing so much on MS-Windows platforms.  Details here:

  http://sources.redhat.com/ml/insight/2002-q1/msg00168.html

It might be worth checking it in.  I didn't notice any side effects,
but it could always be backed out if it causes any problem.

Ian.
--

ChangeLog:
2002-12-15  Ian Roxborough  <irox@ix.netcom.com>

	* library/combobox.tcl (::combobox::build):  Setting
	wm overrideredirect and wm transient on the same toplevel
	is not necessary and invokes and can a Tk Win32 bug.



Index: libgui/library/combobox.tcl
===================================================================
RCS file: /cvs/src/src/libgui/library/combobox.tcl,v
retrieving revision 1.2
diff -u -2 -r1.2 combobox.tcl
--- combobox.tcl	2001/09/08 22:34:46	1.2
+++ combobox.tcl	2002/02/26 03:34:03
@@ -217,5 +217,4 @@
     # do some window management foo. 
     wm overrideredirect $widgets(popup) 1
-    wm transient $widgets(popup) [winfo toplevel $this]
     wm group $widgets(popup) [winfo parent $this]
     wm resizable $widgets(popup) 0 0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]