소스 검색

Remove obsolete paint attribute from ComboBox

This was already in the shared state.

Change-Id: I0587519cc0560166e74f0a922c1b42397082c6a1
feature/eventbus
Henri Sara 7 년 전
부모
커밋
d00406641e
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0
    6
      server/src/main/java/com/vaadin/ui/ComboBox.java

+ 0
- 6
server/src/main/java/com/vaadin/ui/ComboBox.java 파일 보기

@@ -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…
취소
저장