瀏覽代碼

Remove obsolete paint attribute from ComboBox

This was already in the shared state.

Change-Id: I0587519cc0560166e74f0a922c1b42397082c6a1
feature/eventbus
Henri Sara 8 年之前
父節點
當前提交
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…
取消
儲存