From: <kr_...@us...> - 2003-10-15 18:14:37
|
Update of /cvsroot/htoolkit/gio/src/Graphics/UI/GIO In directory sc8-pr-cvs1:/tmp/cvs-serv12760/src/Graphics/UI/GIO Modified Files: Window.hs Log Message: bugfix Index: Window.hs =================================================================== RCS file: /cvsroot/htoolkit/gio/src/Graphics/UI/GIO/Window.hs,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Window.hs 12 Oct 2003 23:14:57 -0000 1.30 --- Window.hs 15 Oct 2003 18:14:09 -0000 1.31 *************** *** 196,199 **** --- 196,200 ---- view <- get w view updateControlsVisibility old_lay new_lay + Lib.setDialogMinSize (hwindow w) d layoutInRect (rectOfSize (maxSize d view)) new_lay setVar (vlayout w) new_lay) |