|
@@ -407,15 +407,21 @@ namespace PDF_Master.ViewModels.PropertyPanel.AnnotPanel
|
|
|
isLine = false;
|
|
|
break;
|
|
|
}
|
|
|
- if (argsType == BasicVm.AnnotType)
|
|
|
+ if (BasicVm.IsMultiSelected == false)
|
|
|
+ {
|
|
|
+ if (argsType == BasicVm.AnnotType)
|
|
|
+ {
|
|
|
+ //if(argsType== AnnotArgsType.AnnotLine && isLine)
|
|
|
+ BasicVm.AnnotThickness = tran;
|
|
|
+ PropertyPanel.UpdateAnnotAAttrib(AnnotAttrib.Thickness, tran);
|
|
|
+ }
|
|
|
+ PropertyPanel.InvokeToMyTools(BasicVm.AnnotType, Annot);
|
|
|
+ }
|
|
|
+ else
|
|
|
{
|
|
|
- //if(argsType== AnnotArgsType.AnnotLine && isLine)
|
|
|
BasicVm.AnnotThickness = tran;
|
|
|
PropertyPanel.UpdateAnnotAAttrib(AnnotAttrib.Thickness, tran);
|
|
|
}
|
|
|
-
|
|
|
- if (BasicVm.IsMultiSelected == false)
|
|
|
- PropertyPanel.InvokeToMyTools(BasicVm.AnnotType, Annot);
|
|
|
}
|
|
|
}
|
|
|
|