Posted to tcl by emiliano at Fri Jun 27 15:51:49 GMT 2008view raw
- --- tkPanedWindow.c.orig 2008-06-27 12:44:02.000000000 -0300
- +++ tkPanedWindow.c 2008-06-27 12:48:36.000000000 -0300
- @@ -2736,6 +2736,17 @@
- }
- /*
- + * Workaround for bug 1639824
- + */
- +
- + if (sashWidth < 1) {
- + sashWidth = 1;
- + }
- + if (sashHeight < 1) {
- + sashHeight = 1;
- + }
- +
- + /*
- * Stash the proxy coordinates for future "proxy coord" calls.
- */