]> git.eshelyaron.com Git - emacs.git/commitdiff
(EmacsFrameSetCharSize): Comment update.
authorGerd Moellmann <gerd@gnu.org>
Tue, 13 Mar 2001 12:51:25 +0000 (12:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 13 Mar 2001 12:51:25 +0000 (12:51 +0000)
src/widget.c

index 80e443b6fc0c9dd962c1949fb9610119adb02ba4..51b2c686d0b9a4e53ba9eee8d9f677823761540a 100644 (file)
@@ -941,8 +941,10 @@ EmacsFrameSetCharSize (widget, columns, rows)
       lw_refigure_widget (f->output_data.x->column_widget, False);
       update_hints_inhibit = 1;
 
-      /* Do parents first, otherwise LessTif's geometry
-        management enters an infinite loop (as of 2000-01-15).  */
+      /* Do parents first, otherwise LessTif's geometry management
+        enters an infinite loop (as of 2000-01-15).  This is fixed in
+        later versions of LessTif (as of 2001-03-13); I'll leave it
+        as is because I think it can't do any harm.  */
       XtVaSetValues (f->output_data.x->widget,
                     XtNheight, outer_widget_height + hdelta,
                     XtNwidth, outer_widget_width + wdelta, NULL);