diff -r 0e732b716759 -r 43f9bdc12ae4 UIGalleryView.st --- a/UIGalleryView.st Mon Jul 20 13:18:24 1998 +0200 +++ b/UIGalleryView.st Mon Jul 20 18:15:07 1998 +0200 @@ -508,6 +508,16 @@ ]. +! + +mapped + "make certain that the input view is on top. + " + super mapped. + inputView raise. + + "Modified: / 20.7.1998 / 18:10:48 / cg" + "Created: / 20.7.1998 / 18:12:35 / cg" ! ! !UIGalleryView::Canvas methodsFor:'initialization'! @@ -521,7 +531,7 @@ inputView enableButtonMotionEvents. inputView enableMotionEvents. - + "Modified: / 20.7.1998 / 18:12:38 / cg" ! ! !UIGalleryView::Canvas methodsFor:'searching'!