Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8809bef4
Commit
8809bef4
authored
Aug 02, 2009
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Call set_ns_editmode in better place.
parent
77ff2df8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
olecmd.c
dlls/mshtml/olecmd.c
+7
-5
No files found.
dlls/mshtml/olecmd.c
View file @
8809bef4
...
@@ -583,9 +583,6 @@ static HRESULT exec_editmode(HTMLDocument *This, DWORD cmdexecopt, VARIANT *in,
...
@@ -583,9 +583,6 @@ static HRESULT exec_editmode(HTMLDocument *This, DWORD cmdexecopt, VARIANT *in,
debugstr_w
(
hostinfo
.
pchHostCss
),
debugstr_w
(
hostinfo
.
pchHostNS
));
debugstr_w
(
hostinfo
.
pchHostCss
),
debugstr_w
(
hostinfo
.
pchHostNS
));
}
}
if
(
This
->
nscontainer
)
set_ns_editmode
(
This
->
nscontainer
);
update_doc
(
This
,
UPDATE_UI
);
update_doc
(
This
,
UPDATE_UI
);
if
(
This
->
mon
)
{
if
(
This
->
mon
)
{
...
@@ -610,12 +607,17 @@ static HRESULT exec_editmode(HTMLDocument *This, DWORD cmdexecopt, VARIANT *in,
...
@@ -610,12 +607,17 @@ static HRESULT exec_editmode(HTMLDocument *This, DWORD cmdexecopt, VARIANT *in,
return
hres
;
return
hres
;
if
(
This
->
ui_active
)
{
if
(
This
->
ui_active
)
{
RECT
rcBorderWidths
;
if
(
This
->
ip_window
)
if
(
This
->
ip_window
)
call_set_active_object
(
This
->
ip_window
,
NULL
);
call_set_active_object
(
This
->
ip_window
,
NULL
);
if
(
This
->
hostui
)
if
(
This
->
hostui
)
IDocHostUIHandler_HideUI
(
This
->
hostui
);
IDocHostUIHandler_HideUI
(
This
->
hostui
);
}
if
(
This
->
nscontainer
)
set_ns_editmode
(
This
->
nscontainer
);
if
(
This
->
ui_active
)
{
RECT
rcBorderWidths
;
if
(
This
->
hostui
)
if
(
This
->
hostui
)
IDocHostUIHandler_ShowUI
(
This
->
hostui
,
DOCHOSTUITYPE_AUTHOR
,
ACTOBJ
(
This
),
CMDTARGET
(
This
),
IDocHostUIHandler_ShowUI
(
This
->
hostui
,
DOCHOSTUITYPE_AUTHOR
,
ACTOBJ
(
This
),
CMDTARGET
(
This
),
...
...
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