Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
thick-casting
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
thick-casting
Commits
6e772c72
Commit
6e772c72
authored
Sep 19, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 修复 扫描图记录点 刚开机为0, 无论保存的默认记录点是什么
parent
5e4b5d99
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
ScanGraphVm.cs
...LY.Thick.FilmCasting.UI/UiModule/ScanGraph/ScanGraphVm.cs
+8
-2
thick_public
thick_public
+1
-1
No files found.
Project.FLY.Thick.FilmCasting/FLY.Thick.FilmCasting.UI/UiModule/ScanGraph/ScanGraphVm.cs
View file @
6e772c72
...
...
@@ -262,10 +262,10 @@ namespace FLY.Thick.FilmCasting.UI.UiModule
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
)
=>
...
...
thick_public
@
0c6e00f3
Subproject commit
7ff612768ab92f57000294fa6b933cd44f1bfdb7
Subproject commit
0c6e00f3e20dba20bb8b45d530a109bb108843d4
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment