Mercurial > hg > xemacs-beta
diff src/glyphs-x.c @ 436:080151679be2 r21-2-26
Import from CVS: tag r21-2-26
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:31:24 +0200 |
parents | 9d177e8d4150 |
children | 84b14dcb0985 |
line wrap: on
line diff
--- a/src/glyphs-x.c Mon Aug 13 11:30:55 2007 +0200 +++ b/src/glyphs-x.c Mon Aug 13 11:31:24 2007 +0200 @@ -2465,7 +2465,7 @@ XtSetArg (al [ac], XtNy, &IMAGE_INSTANCE_X_WIDGET_YOFFSET (ii)); ac++; XtGetValues (FRAME_X_TEXT_WIDGET (f), al, ac); - XtMapWidget (wid); + XtSetMappedWhenManaged (wid, TRUE); free_widget_value_tree (wv); }