|
@@ -1068,8 +1068,8 @@ let KMColorPickerViewHeight: CGFloat = 64
|
|
|
|
|
|
iconButtonArray = [commentBox, keyBox, noteBox, helpBox, addParagraphBox, paragraphBox, insertBox]
|
|
|
|
|
|
-// let iconType = annotation.iconType
|
|
|
-// clickAnnotationTextIconButtonAction(iconType: iconType, boxArr: iconButtonArray)
|
|
|
+ let iconType = UInt((annotationModel?.anchoredIconType().rawValue)!)
|
|
|
+ clickAnnotationTextIconButtonAction(iconType: iconType, boxArr: iconButtonArray)
|
|
|
|
|
|
textColorPickerView.annotationType = .anchoredNoteColors
|
|
|
textColorPickerView.isCallColorPanelAction = true
|