Commit 6e772c72 authored by 潘栩锋's avatar 潘栩锋 🚴

1. 修复 扫描图记录点 刚开机为0, 无论保存的默认记录点是什么

parent 5e4b5d99
......@@ -261,11 +261,11 @@ namespace FLY.Thick.FilmCasting.UI.UiModule
UpdateSeriesType();
UpdateY();
UpdateX();
Values.Clear();
Id = -1;
UpdateId();
bulkDb.PropertyChanged += BulkDb_PropertyChanged;
graphparam.PropertyChanged += Graphparam_PropertyChanged;
......@@ -275,6 +275,9 @@ namespace FLY.Thick.FilmCasting.UI.UiModule
init_autoKeep();
Id = -1;
UpdateId();
Init2();
}
......@@ -285,6 +288,9 @@ namespace FLY.Thick.FilmCasting.UI.UiModule
}
void init_autoKeep() {
ResetNumber();
timer = new DispatcherTimer();
timer.Interval = TimeSpan.FromSeconds(1);
timer.Tick += (s, e) =>
......
Subproject commit 7ff612768ab92f57000294fa6b933cd44f1bfdb7
Subproject commit 0c6e00f3e20dba20bb8b45d530a109bb108843d4
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment