Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.H2V
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.H2V
Commits
8e985ca3
Commit
8e985ca3
authored
Feb 14, 2023
by
liulongfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
645876fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
VIZ.H2V.Module/NDIView/VieweModel/NDIViewModel.Message.cs
+1
-1
No files found.
VIZ.H2V.Module/NDIView/VieweModel/NDIViewModel.Message.cs
View file @
8e985ca3
...
@@ -391,7 +391,7 @@ namespace VIZ.H2V.Module
...
@@ -391,7 +391,7 @@ namespace VIZ.H2V.Module
int
VIDEO_CLIP_BOX_WIDTH
=
ApplicationDomainEx
.
VIDEO_CLIP_BOX_WIDTH
;
int
VIDEO_CLIP_BOX_WIDTH
=
ApplicationDomainEx
.
VIDEO_CLIP_BOX_WIDTH
;
int
half_width
=
width
/
2
;
int
half_width
=
VIDEO_CLIP_BOX_WIDTH
/
2
;
int
x_max
=
msg
.
center_x
.
Value
+
half_width
;
int
x_max
=
msg
.
center_x
.
Value
+
half_width
;
int
x_min
=
x_max
-
VIDEO_CLIP_BOX_WIDTH
;
int
x_min
=
x_max
-
VIDEO_CLIP_BOX_WIDTH
;
if
(
x_min
<
0
)
if
(
x_min
<
0
)
...
...
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