-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error occurs when using Properties item in context menu item from InteractiveChart of SWT chart extension #419
Comments
Hi @eselmeister, |
Sure, I will have a look at it. |
@QuocDoBV Try the |
Hi @eselmeister, |
The problem only occurs the second time I open the Properties dialog. |
I have created a java project which uses an InteractiveChart from SWT chart extension. Then using context menu of the chart.
The exception as below throws when trying to open Properties item in the second time.
How to reproduce:
Test.txt
Expected: Can change settings on Propeties dialog
Actual: Exception throws.
Note: the problem only happens when I use SWT extension. If I import SWT source to my workspace instead of installing SWT chart extension, the problem does not happen
The text was updated successfully, but these errors were encountered: