edwardkort / WWIDesigner

Wood Wind Instrument Designer
43 stars 8 forks source link

Study view does not refresh selections on some systems #86

Closed edwardkort closed 5 years ago

edwardkort commented 5 years ago

With the latest java version 8 release (1.8.0_221) on some Windows 10 systems, changing a selected element in the study view makes it appear that all other selections are inactivated (although they are not). In such an instance, the other selections cannot be remade - single-selection seems to be in place. The user must add another element to the tree to bring back the selections.

edwardkort commented 5 years ago

Fixed with an explicit tree.updateUI call in the StudyView. Will be included in the v2.3.0 release.