Просмотр исходного кода

Add missing call to super.detach() (#6690)

tags/7.0.0.alpha3
Leif Åstrand 12 лет назад
Родитель
Сommit
1115e1f8bb
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      src/com/vaadin/ui/AbstractComponent.java

+ 1
- 0
src/com/vaadin/ui/AbstractComponent.java Просмотреть файл

@@ -609,6 +609,7 @@ public abstract class AbstractComponent extends AbstractClientConnector
*/
@Override
public void detach() {
super.detach();
if (actionManager != null) {
// Remove any existing viewer. Root cast is just to make the
// compiler happy

Загрузка…
Отмена
Сохранить