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
c135e0d8
Commit
c135e0d8
authored
Jun 10, 2007
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 11, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Call update_doc in init_editor.
parent
86cb9f3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
editor.c
dlls/mshtml/editor.c
+2
-0
htmldoc.c
dlls/mshtml/tests/htmldoc.c
+1
-0
No files found.
dlls/mshtml/editor.c
View file @
c135e0d8
...
@@ -973,6 +973,8 @@ const cmdtable_t editmode_cmds[] = {
...
@@ -973,6 +973,8 @@ const cmdtable_t editmode_cmds[] = {
void
init_editor
(
HTMLDocument
*
This
)
void
init_editor
(
HTMLDocument
*
This
)
{
{
update_doc
(
This
,
UPDATE_UI
);
if
(
!
This
->
nscontainer
)
if
(
!
This
->
nscontainer
)
return
;
return
;
...
...
dlls/mshtml/tests/htmldoc.c
View file @
c135e0d8
...
@@ -3331,6 +3331,7 @@ static void test_editing_mode(void)
...
@@ -3331,6 +3331,7 @@ static void test_editing_mode(void)
test_exec_editmode
(
unk
);
test_exec_editmode
(
unk
);
test_MSHTML_QueryStatus
(
unk
,
OLECMDF_SUPPORTED
);
test_MSHTML_QueryStatus
(
unk
,
OLECMDF_SUPPORTED
);
test_download
(
TRUE
,
FALSE
);
test_download
(
TRUE
,
FALSE
);
test_timer
(
EXPECT_UPDATEUI
);
test_MSHTML_QueryStatus
(
unk
,
OLECMDF_SUPPORTED
|
OLECMDF_ENABLED
);
test_MSHTML_QueryStatus
(
unk
,
OLECMDF_SUPPORTED
|
OLECMDF_ENABLED
);
test_exec_fontname
(
unk
,
NULL
,
wszTimesNewRoman
);
test_exec_fontname
(
unk
,
NULL
,
wszTimesNewRoman
);
...
...
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