eclipse / nebula

Nebula Project
https://eclipse.org/nebula
Eclipse Public License 2.0
84 stars 98 forks source link

Fontawesome do not work with multiple users. #498

Closed riyueniao closed 10 months ago

riyueniao commented 1 year ago

Run the following code by two users at the same time, then the second user's run can not show the icon correctly.

Button btn = new Button(parent, SWT.PUSH);
btn.setFont(FontAwesome.getFont());
btn.setText(FontAwesome.long_arrow_right);

Result on the second run. image

wimjongman commented 1 year ago

What do you mean by two users at the same time? Can you be more specific?

riyueniao commented 1 year ago

For example, userA run the code and hold the UI. Then userB run the same code two. OS: centos 7

wimjongman commented 11 months ago

I think I fixed this. Please try with the nightly build.

wimjongman commented 11 months ago

A snapshot build is available here https://download.eclipse.org/nebula/snapshot/