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
9fa51e41
Commit
9fa51e41
authored
Oct 23, 2002
by
Carlos
Committed by
Alexandre Julliard
Oct 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed duplicated arrows in header control.
parent
b8946059
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
header.c
dlls/comctl32/header.c
+2
-2
No files found.
dlls/comctl32/header.c
View file @
9fa51e41
...
@@ -207,7 +207,7 @@ HEADER_DrawItem (HWND hwnd, HDC hdc, INT iItem, BOOL bHotTrack)
...
@@ -207,7 +207,7 @@ HEADER_DrawItem (HWND hwnd, HDC hdc, INT iItem, BOOL bHotTrack)
else
if
((
phdi
->
fmt
&
HDF_JUSTIFYMASK
)
==
HDF_RIGHT
)
else
if
((
phdi
->
fmt
&
HDF_JUSTIFYMASK
)
==
HDF_RIGHT
)
uTextJustify
=
DT_RIGHT
;
uTextJustify
=
DT_RIGHT
;
if
((
phdi
->
fmt
&
HDF_BITMAP
)
&&
(
phdi
->
hbm
))
{
if
((
phdi
->
fmt
&
HDF_BITMAP
)
&&
!
(
phdi
->
fmt
&
HDF_BITMAP_ON_RIGHT
)
&&
(
phdi
->
hbm
))
{
BITMAP
bmp
;
BITMAP
bmp
;
HDC
hdcBitmap
;
HDC
hdcBitmap
;
INT
yD
,
yS
,
cx
,
cy
,
rx
,
ry
;
INT
yD
,
yS
,
cx
,
cy
,
rx
,
ry
;
...
@@ -245,7 +245,7 @@ HEADER_DrawItem (HWND hwnd, HDC hdc, INT iItem, BOOL bHotTrack)
...
@@ -245,7 +245,7 @@ HEADER_DrawItem (HWND hwnd, HDC hdc, INT iItem, BOOL bHotTrack)
}
}
if
((
phdi
->
fmt
&
HDF_BITMAP_ON_RIGHT
)
&&
(
phdi
->
hbm
))
{
if
((
phdi
->
fmt
&
HDF_BITMAP
)
&&
(
phdi
->
fmt
&
HDF_BITMAP
_ON_RIGHT
)
&&
(
phdi
->
hbm
))
{
BITMAP
bmp
;
BITMAP
bmp
;
HDC
hdcBitmap
;
HDC
hdcBitmap
;
INT
xD
,
yD
,
yS
,
cx
,
cy
,
rx
,
ry
,
tx
;
INT
xD
,
yD
,
yS
,
cx
,
cy
,
rx
,
ry
,
tx
;
...
...
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