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
8b5231df
Commit
8b5231df
authored
Jun 08, 2000
by
Aric Stewart
Committed by
Alexandre Julliard
Jun 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Windows must update the right edge (-1) of the last panel upon drawing
instead of relying on WM_SIZE.
parent
19f83e2f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
status.c
dlls/comctl32/status.c
+5
-0
No files found.
dlls/comctl32/status.c
View file @
8b5231df
...
...
@@ -33,6 +33,9 @@ DEFAULT_DEBUG_CHANNEL(statusbar)
#define STATUSBAR_GetInfoPtr(hwnd) ((STATUSWINDOWINFO *)GetWindowLongA (hwnd, 0))
/* prototype */
static
void
STATUSBAR_SetPartBounds
(
HWND
hwnd
);
static
void
STATUSBAR_DrawSizeGrip
(
HDC
hdc
,
LPRECT
lpRect
)
...
...
@@ -174,6 +177,8 @@ STATUSBAR_Refresh (HWND hwnd, HDC hdc)
if
(
!
IsWindowVisible
(
hwnd
))
return
(
TRUE
);
STATUSBAR_SetPartBounds
(
hwnd
);
GetClientRect
(
hwnd
,
&
rect
);
if
(
infoPtr
->
clrBk
!=
CLR_DEFAULT
)
...
...
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