Commit a3c9d16
committed
Fix DS editor showing dirty on open without actual changes
The DSComponent constructor called setNamespace() and
setNamespacePrefix() which fired property change events, causing
the model to be marked dirty during initial loading. Use super
calls to set namespace defaults without triggering change events.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b9b8bc5 commit a3c9d16
File tree
1 file changed
+4
-2
lines changed- ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments