]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes small bug (after closing popup from somewhere else than the calendar button...
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 7 Dec 2007 08:55:54 +0000 (08:55 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 7 Dec 2007 08:55:54 +0000 (08:55 +0000)
svn changeset:3185/svn branch:trunk

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

index a2113012b18e991cff480a8c45c6d51e58bdbae7..8d1495190a84647918f35e22d4dcb39e44fc264f 100644 (file)
@@ -77,6 +77,7 @@ public class IPopupCalendar extends ITextualDate implements Paintable,
     public void onPopupClosed(PopupPanel sender, boolean autoClosed) {\r
         if (sender == popup) {\r
             buildDate();\r
+            open = false;\r
         }\r
     }\r
 \r