]> source.dussan.org Git - vaadin-framework.git/commitdiff
proper window closing via hide() method
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 6 Mar 2008 09:23:31 +0000 (09:23 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 6 Mar 2008 09:23:31 +0000 (09:23 +0000)
svn changeset:3983/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/IView.java

index 5119004f5e7bd6a7049858ae0fe033a0f2206f7b..46dd36a254330b94f786c84ab1bb5173a5550f8c 100644 (file)
@@ -146,7 +146,7 @@ public class IView extends SimplePanel implements Paintable,
             final IWindow w = (IWindow) rem.next();
             client.unregisterPaintable(w);
             subWindows.remove(w);
-            RootPanel.get().remove(w);
+            w.hide();
         }
 
         if (true) {