|
@@ -1213,7 +1213,7 @@ namespace PDF_Master.ViewModels.BOTA
|
|
|
events.GetEvent<RefreshAnnotationEvent>().Publish(new RefreshAnnotationArgs() { Unicode = App.mainWindowViewModel.SelectedItem.Unicode, IsAll = false, annotHandlerArgs = args });
|
|
|
}
|
|
|
|
|
|
- public async void UpdateModifiedAnnot(int pageIndex, int annotIndex/*, bool isDelete*/)
|
|
|
+ public void UpdateModifiedAnnot(int pageIndex, int annotIndex/*, bool isDelete*/)
|
|
|
{
|
|
|
try
|
|
|
{
|
|
@@ -1275,7 +1275,7 @@ namespace PDF_Master.ViewModels.BOTA
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- await Task.Delay(5);//不加延时 每页的第一个注释不会展开
|
|
|
+ //await Task.Delay(5);//不加延时 每页的第一个注释不会展开
|
|
|
//if (ViewContentViewModel.IsMultiSelected == false)
|
|
|
//{
|
|
|
// if (listBox.SelectedItems.IndexOf(AnnotationListItems[k]) == -1)
|