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
cb259593
Commit
cb259593
authored
Nov 08, 2004
by
William Poetra Yoga H
Committed by
Alexandre Julliard
Nov 08, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the button edge color, by using the BF_SOFT border style for
buttons.
parent
327ad5f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
uitools.c
dlls/user/uitools.c
+2
-2
No files found.
dlls/user/uitools.c
View file @
cb259593
...
...
@@ -119,7 +119,7 @@ static const signed char LTRBInnerFlat[] = {
};
/* last COLOR id */
#define COLOR_MAX COLOR_
GRADIENTINACTIVECAPTION
#define COLOR_MAX COLOR_
MENUBAR
/*********************************************************************
...
...
@@ -697,7 +697,7 @@ static BOOL UITOOLS95_DFC_ButtonPush(HDC dc, LPRECT r, UINT uFlags)
}
else
{
UITOOLS95_DrawRectEdge
(
dc
,
r
,
edge
,
(
uFlags
&
DFCS_FLAT
)
|
((
uFlags
&
DFCS_TRANSPARENT
)
?
0
:
BF_MIDDLE
)
|
BF_RECT
);
UITOOLS95_DrawRectEdge
(
dc
,
r
,
edge
,
(
uFlags
&
DFCS_FLAT
)
|
((
uFlags
&
DFCS_TRANSPARENT
)
?
0
:
BF_MIDDLE
)
|
BF_RECT
|
BF_SOFT
);
}
}
...
...
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