txtMappaint.append("\n\n");
}
if (sel.size() == 2) {
List<OsmPrimitive> selList = new ArrayList<>(sel);
StyleCache sc1 = selList.get(0).mappaintStyle;
StyleCache sc2 = selList.get(1).mappaintStyle;
if (sc1 == sc2) {
txtMappaint.append(tr("The 2 selected objects have identical style caches."));
}
if (!sc1.equals(sc2)) {
txtMappaint.append(tr("The 2 selected objects have different style caches."));