*** scrollbar.c Sun Sep 1 12:23:18 1996 --- scrollbar.c.new Sun Sep 1 12:22:56 1996 *************** *** 249,252 **** --- 249,255 ---- unsigned height; { + /* If window has been shaded in AfterStep, condition does not apply */ + /* No longer will crash upon Shade */ + if (height > 0) XtConfigureWidget(scrollWidget, x, y, scrollWidget->core.width, height, scrollWidget->core.border_width);