Skip to content

Commit

Permalink
Back to original version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Nov 19, 2020
1 parent b845ee3 commit 793da00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ class StaticDiagramView extends AbstractDiagramView implements IDocumentListener
if (model instanceof ClassModel) {
val clazz = model.getComponent
if (clazz !== null) {
this.selection = new StructuredSelection(clazz) ?: selection
this.selection = new StructuredSelection(clazz)
val selectionChangedEvent = new SelectionChangedEvent(this, selection)
currentListeners.forEach [ listener |
listener.selectionChanged(selectionChangedEvent)
Expand Down

0 comments on commit 793da00

Please sign in to comment.