Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.Package
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.Package
Commits
285df8e3
Commit
285df8e3
authored
May 09, 2023
by
wangonghui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://49.233.21.66/liulongfei/VIZ.Package
parents
ddb514c8
47889879
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
VIZ.Package.Module/ControlObject/FieldEdit/Edit/ImageEdit/ImageEditPanelModel.cs
+4
-4
VIZ.Package.Module/Main/ViewModel/MainTopViewModel.cs
+1
-1
No files found.
VIZ.Package.Module/ControlObject/FieldEdit/Edit/ImageEdit/ImageEditPanelModel.cs
View file @
285df8e3
...
@@ -74,7 +74,7 @@ namespace VIZ.Package.Module
...
@@ -74,7 +74,7 @@ namespace VIZ.Package.Module
#
region
IShowMedia
---
是否显示媒体资源库页签
#
region
IShowMedia
---
是否显示媒体资源库页签
private
Visibility
iShowMedia
=
Visibility
.
Visible
;
private
Visibility
iShowMedia
=
Visibility
.
Visible
;
/// <summary>
/// <summary>
/// 是否隐藏媒体资源库页签
/// 是否隐藏媒体资源库页签
...
@@ -91,9 +91,9 @@ namespace VIZ.Package.Module
...
@@ -91,9 +91,9 @@ namespace VIZ.Package.Module
private
void
IsHideMedieTab
()
private
void
IsHideMedieTab
()
{
{
bool
flag
=
ApplicationDomainEx
.
IniStorage
.
GetValue
<
LogConfig
,
bool
>(
p
=>
p
.
ISSHOWMEDIATAB
);
bool
flag
=
ApplicationDomainEx
.
IniStorage
.
GetValue
<
LogConfig
,
bool
>(
p
=>
p
.
ISSHOWMEDIATAB
);
if
(
flag
)
if
(
flag
)
{
{
IShowMedia
=
Visibility
.
Visible
;
IShowMedia
=
Visibility
.
Visible
;
}
}
...
@@ -131,7 +131,7 @@ namespace VIZ.Package.Module
...
@@ -131,7 +131,7 @@ namespace VIZ.Package.Module
this
.
IsSendToPreview
=
false
;
this
.
IsSendToPreview
=
false
;
this
.
GHResourceEditPartModel
.
SelectedFileModel
=
null
;
this
.
GHResourceEditPartModel
.
SelectedFileModel
=
null
;
this
.
IsSendToPreview
=
true
;
this
.
IsSendToPreview
=
true
;
this
.
Path
=
ofd
.
FileName
;
this
.
Path
=
ofd
.
FileName
.
Replace
(
@"\"
,
@"\\"
)
;
}
}
#
endregion
#
endregion
...
...
VIZ.Package.Module/Main/ViewModel/MainTopViewModel.cs
View file @
285df8e3
...
@@ -285,9 +285,9 @@ namespace VIZ.Package.Module
...
@@ -285,9 +285,9 @@ namespace VIZ.Package.Module
//调用关闭消息
//调用关闭消息
ProjectCloseMessage
closemsg
=
new
ProjectCloseMessage
();
ProjectCloseMessage
closemsg
=
new
ProjectCloseMessage
();
ApplicationDomainEx
.
MessageManager
.
Send
(
closemsg
);
ApplicationDomainEx
.
MessageManager
.
Send
(
closemsg
);
this
.
UpdateCommandStatus
();
this
.
UpdateCommandStatus
();
ApplicationDomainEx
.
ProjectDbContext
?.
Dispose
();
SaveProjectWindowModel
vm
=
window
.
DataContext
as
SaveProjectWindowModel
;
SaveProjectWindowModel
vm
=
window
.
DataContext
as
SaveProjectWindowModel
;
...
...
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