更新版本号
This commit is contained in:
@@ -49,5 +49,5 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.7.11.3")]
|
[assembly: AssemblyVersion("1.7.11.4")]
|
||||||
[assembly: AssemblyFileVersion("1.7.11.3")]
|
[assembly: AssemblyFileVersion("1.7.11.4")]
|
||||||
|
|||||||
@@ -643,7 +643,7 @@ namespace Ink_Canvas
|
|||||||
eraserWidth = boundWidth;
|
eraserWidth = boundWidth;
|
||||||
UpdateEraserStyle();
|
UpdateEraserStyle();
|
||||||
// 显示初始橡皮擦反馈位置
|
// 显示初始橡皮擦反馈位置
|
||||||
var touchPoint = e.GetTouchPoint(inkCanvas);
|
touchPoint = e.GetTouchPoint(inkCanvas);
|
||||||
EraserOverlay_PointerDown(sender);
|
EraserOverlay_PointerDown(sender);
|
||||||
EraserOverlay_PointerMove(sender, touchPoint.Position);
|
EraserOverlay_PointerMove(sender, touchPoint.Position);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,5 +49,5 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.7.11.3")]
|
[assembly: AssemblyVersion("1.7.11.4")]
|
||||||
[assembly: AssemblyFileVersion("1.7.11.3")]
|
[assembly: AssemblyFileVersion("1.7.11.4")]
|
||||||
|
|||||||
Reference in New Issue
Block a user