|
@@ -680,14 +680,13 @@ namespace PDF_Master.ViewModels.PropertyPanel.AnnotPanel
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- SelectAnnotation();
|
|
|
+ //SelectAnnotation();
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
BtnLocationIsEnabled = true;
|
|
|
ImagePreviewVisibility = Visibility.Collapsed;
|
|
|
BtnGOorBackVisibility = Visibility.Collapsed;
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
else
|
|
@@ -1361,7 +1360,6 @@ namespace PDF_Master.ViewModels.PropertyPanel.AnnotPanel
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
-
|
|
|
if (propertyPanel.annot.AnnotIndex == -1 && propertyPanel.annot.PageIndex == -1)
|
|
|
{
|
|
|
IsEmptyPanelVisibility = Visibility.Visible;
|