X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/7f548f500563594e127d71504e73b27af58574fc..bbb399e28121ac71152cef5fc21e106c4b941cbc:/Showcase/Controller.m diff --git a/Showcase/Controller.m b/Showcase/Controller.m index 5b655a6..df393b0 100755 --- a/Showcase/Controller.m +++ b/Showcase/Controller.m @@ -192,7 +192,7 @@ // Setup the Window, and remove all its contentview's subviews. windowWidth = ( SW_PAD + imageWidth + SW_SPACE + textWidth + SW_PAD ); windowHeight = ( SW_PAD + contentHeight + SW_PAD ); - [statusWindow setFrame:NSMakeRect(SW_BORDER, SW_BORDER, windowWidth, windowHeight) display:YES]; + [statusWindow setFrame:NSMakeRect(SW_BORDER, SW_BORDER, windowWidth, windowHeight) display:YES animate:YES]; [[[statusWindow contentView] subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)]; // Setup, position, fill, and add the image view to the content view.