|
else if (refObject instanceof PlateData) |
|
thumbnailsFigureItem.setEnabled(false); |
|
else thumbnailsFigureItem.setEnabled(false); |
Regarding lines 289 – 291
The same code is implemented for the 2 if/else logic sections.
thumbnailsFigureItem.setEnabled(false);
Is that's what’s wanted?