|
@@ -952,6 +952,8 @@ extension KMEditPDFTextPropertyViewController {
|
|
|
self.centerAlignmentVC?.state = .Norm
|
|
|
self.updateAlignment(alignment: .left)
|
|
|
|
|
|
+ KMEditPDFPopToolBarWindow.shared.updateTextAlign(align: .left)
|
|
|
+
|
|
|
self._trackEvent()
|
|
|
}
|
|
|
|
|
@@ -961,6 +963,8 @@ extension KMEditPDFTextPropertyViewController {
|
|
|
self.centerAlignmentVC?.state = .Sel
|
|
|
self.updateAlignment(alignment: .center)
|
|
|
|
|
|
+ KMEditPDFPopToolBarWindow.shared.updateTextAlign(align: .center)
|
|
|
+
|
|
|
self._trackEvent()
|
|
|
}
|
|
|
|
|
@@ -970,6 +974,8 @@ extension KMEditPDFTextPropertyViewController {
|
|
|
self.centerAlignmentVC?.state = .Norm
|
|
|
self.updateAlignment(alignment: .right)
|
|
|
|
|
|
+ KMEditPDFPopToolBarWindow.shared.updateTextAlign(align: .right)
|
|
|
+
|
|
|
self._trackEvent()
|
|
|
}
|
|
|
|