Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
9f41a53c
Commit
9f41a53c
authored
Jan 20, 2008
by
Alexander Nicolaysen Sørnes
Committed by
Alexandre Julliard
Jan 21, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20: Don't clear CFM_UNDERLINE flag when applying styles where it is set.
parent
943ac979
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
style.c
dlls/riched20/style.c
+0
-1
No files found.
dlls/riched20/style.c
View file @
9f41a53c
...
@@ -218,7 +218,6 @@ ME_Style *ME_ApplyStyle(ME_Style *sSrc, CHARFORMAT2W *style)
...
@@ -218,7 +218,6 @@ ME_Style *ME_ApplyStyle(ME_Style *sSrc, CHARFORMAT2W *style)
if
(
style
->
dwMask
&
CFM_UNDERLINE
)
if
(
style
->
dwMask
&
CFM_UNDERLINE
)
{
{
s
->
fmt
.
dwMask
|=
CFM_UNDERLINETYPE
;
s
->
fmt
.
dwMask
|=
CFM_UNDERLINETYPE
;
s
->
fmt
.
dwMask
&=
~
CFM_UNDERLINE
;
s
->
fmt
.
bUnderlineType
=
(
style
->
dwEffects
&
CFM_UNDERLINE
)
?
s
->
fmt
.
bUnderlineType
=
(
style
->
dwEffects
&
CFM_UNDERLINE
)
?
CFU_CF1UNDERLINE
:
CFU_UNDERLINENONE
;
CFU_CF1UNDERLINE
:
CFU_UNDERLINENONE
;
}
}
...
...
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