Selaa lähdekoodia

Remove obsolete paint attribute from ComboBox

This was already in the shared state.

Change-Id: I0587519cc0560166e74f0a922c1b42397082c6a1
feature/eventbus
Henri Sara 8 vuotta sitten
vanhempi
commit
d00406641e
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  1. 0
    6
      server/src/main/java/com/vaadin/ui/ComboBox.java

+ 0
- 6
server/src/main/java/com/vaadin/ui/ComboBox.java Näytä tiedosto

@@ -262,12 +262,6 @@ public class ComboBox extends AbstractSelect implements
// clear caption change listeners
getCaptionChangeListener().clear();

// If the field is modified, but not committed, set modified
// attribute
if (isModified()) {
target.addAttribute("modified", true);
}

if (isNewItemsAllowed()) {
target.addAttribute("allownewitem", true);
}

Loading…
Peruuta
Tallenna