Révision 2444

tmp/org.txm.core/src/java/org/txm/objects/Text.java (revision 2444)
63 63
		super(project);
64 64
		
65 65
		this.setVisible(false);
66
		this.synchronizedWithParent = true;
66 67
	}
67 68
	
68 69
	@Override
......
80 81
		super(parametersNodePath);
81 82
		
82 83
		this.setVisible(false);
84
		this.synchronizedWithParent = true;
83 85
	}
84 86
	
85 87
	@Override
tmp/org.txm.core/src/java/org/txm/objects/Edition.java (revision 2444)
73 73
	public Edition(Text text) {
74 74
		super(text);
75 75
		this.setVisible(false);
76
		this.synchronizedWithParent = true;
76 77
	}
77 78
	
78 79
	/**
......
83 84
	public Edition(String parametersNodePath) {
84 85
		super(parametersNodePath);
85 86
		this.setVisible(false);
87
		this.synchronizedWithParent = true;
86 88
	}
87 89
	
88 90
	@Override

Formats disponibles : Unified diff