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
bc0fe1bd
Commit
bc0fe1bd
authored
Feb 26, 2008
by
Mikołaj Zalewski
Committed by
Alexandre Julliard
Feb 27, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32: rebar: Invalidate children in CalcHorz/VertBand.
parent
480c0d72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
rebar.c
dlls/comctl32/rebar.c
+2
-1
No files found.
dlls/comctl32/rebar.c
View file @
bc0fe1bd
...
...
@@ -796,6 +796,7 @@ REBAR_CalcHorzBand (const REBAR_INFO *infoPtr, UINT rstart, UINT rend)
work
.
right
+=
SEP_WIDTH
;
work
.
bottom
+=
SEP_WIDTH
;
InvalidateRect
(
infoPtr
->
hwndSelf
,
&
work
,
TRUE
);
InvalidateRect
(
lpBand
->
hwndChild
,
NULL
,
TRUE
);
}
}
...
...
@@ -916,6 +917,7 @@ REBAR_CalcVertBand (const REBAR_INFO *infoPtr, UINT rstart, UINT rend)
work
.
bottom
+=
SEP_WIDTH
;
work
.
right
+=
SEP_WIDTH
;
InvalidateRect
(
infoPtr
->
hwndSelf
,
&
work
,
TRUE
);
InvalidateRect
(
lpBand
->
hwndChild
,
NULL
,
TRUE
);
}
}
...
...
@@ -2788,7 +2790,6 @@ REBAR_SizeToRect (REBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam)
TRACE
(
"[%s]
\n
"
,
wine_dbgstr_rect
(
lpRect
));
REBAR_SizeToHeight
(
infoPtr
,
get_rect_cy
(
infoPtr
,
lpRect
));
InvalidateRect
(
infoPtr
->
hwndSelf
,
NULL
,
TRUE
);
return
TRUE
;
}
...
...
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