Sfoglia il codice sorgente

Remove obsolete paint attribute from ComboBox

This was already in the shared state.

Change-Id: I0587519cc0560166e74f0a922c1b42397082c6a1
feature/eventbus
Henri Sara 8 anni fa
parent
commit
d00406641e
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0
    6
      server/src/main/java/com/vaadin/ui/ComboBox.java

+ 0
- 6
server/src/main/java/com/vaadin/ui/ComboBox.java Vedi File

@@ -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…
Annulla
Salva