Changeset 296:4289aa6cbc0c
- Timestamp:
- 08/22/08 12:06:47
(3 months ago)
- Author:
- Frank Benoit <benoit@tionex.de>
- branch:
- default
- Message:
Fix: render bug of multicolumn tree widget.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r263 |
r296 |
|
| 4830 | 4830 | } |
|---|
| 4831 | 4831 | OS.GetClientRect (hwndParent, &rect); |
|---|
| 4832 | | auto hHeap = OS.GetProcessHeap (); |
|---|
| 4833 | 4832 | HDLAYOUT playout; |
|---|
| 4834 | | playout.prc = ▭ |
|---|
| | 4833 | RECT layoutrect = rect; |
|---|
| | 4834 | playout.prc = &layoutrect; |
|---|
| 4835 | 4835 | WINDOWPOS pos; |
|---|
| 4836 | 4836 | playout.pwpos = &pos; |
|---|
| … | … | |
| 6781 | 6781 | |
|---|
| 6782 | 6782 | override LRESULT WM_PAINT (int wParam, int lParam) { |
|---|
| 6783 | | |
|---|
| 6784 | 6783 | if (shrink && !ignoreShrink) { |
|---|
| 6785 | 6784 | /* Resize the item array to fit the last item */ |
|---|