|
@@ -129,9 +129,11 @@ extension KMMainViewController: KMToolbarControllerDelegate {
|
|
|
}
|
|
|
|
|
|
func changeAnnotationModeAction(item: KMToolbarClickButton) {
|
|
|
- if !IAPProductsManager.default().isAvailableAllFunction(){
|
|
|
- KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
|
|
|
- return
|
|
|
+ if self.listView.toolMode == .formToolMode {
|
|
|
+ if !IAPProductsManager.default().isAvailableAllFunction(){
|
|
|
+ KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
|
|
|
+ return
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
if (self.rightMouseEventing) {
|