|
@@ -184,9 +184,9 @@ class KMNoteTypeCollectionViewItem: NSCollectionViewItem {
|
|
|
} else if (self.typeString == "KMAnnotationType_StampTable") {
|
|
|
self.typeButton.image = NSImage(named: "KMImageNameSidebarAnnotationFilterTableWhite")
|
|
|
} else if (self.typeString == "Polyline") {
|
|
|
- self.typeButton.image = NSImage(named: "ImageNameToolbarPolyline")
|
|
|
+ self.typeButton.image = NSImage(named: "ImageNameToolbarPolylineSel")
|
|
|
} else if (self.typeString == "Polygon") {
|
|
|
- self.typeButton.image = NSImage(named: "ImageNameToolbarPolygon")
|
|
|
+ self.typeButton.image = NSImage(named: "ImageNameToolbarPolygonSel")
|
|
|
}
|
|
|
self.typeButton.layer?.backgroundColor = KMAppearance.KMColor_Interactive_A0().cgColor
|
|
|
} else {
|