Skip to content

Commit

Permalink
JBIDE-19993 Add possibility to browse for "ref" elements in Design an…
Browse files Browse the repository at this point in the history
…d Diagram tabs

Fixed: 'the field is set to org.eclipse.sapphire.services.ContentProposal@708cb2fa instead of the real value.
  • Loading branch information
scabanovich committed Jul 14, 2015
1 parent 2e5b3cd commit c7afd43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public String getText(Object element) {
Object[] result = dialog.getResult();

if(result != null && result.length == 1) {
property.write(result[0], true);
property.write(((ContentProposal)result[0]).content(), true);
}

return null;
Expand Down

0 comments on commit c7afd43

Please sign in to comment.