]> source.dussan.org Git - vaadin-framework.git/commitdiff
changed setting repaintRequestListenersNotified flag to same place as in AbstractComp...
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 24 Jan 2008 14:48:40 +0000 (14:48 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 24 Jan 2008 14:48:40 +0000 (14:48 +0000)
svn changeset:3654/svn branch:trunk

src/com/itmill/toolkit/ui/CustomComponent.java

index 453c0fcfb1c8d4b3acd4c4a498ea63d73c80650c..2deec9aedd49c23f9946a7a9f068ba330c987e0a 100644 (file)
@@ -293,12 +293,11 @@ public class CustomComponent implements Component {
                         ((RepaintRequestListener) listeners[i])
                                 .repaintRequested(event);
                         alreadyNotified.add(listeners[i]);
+                        repaintRequestListenersNotified = true;
                     }
                 }
             }
 
-            repaintRequestListenersNotified = true;
-
             // Notify the parent
             final Component parent = getParent();
             if (parent != null) {