mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Fix for Issue #138 for guiArrayCtrl Fix
This commit is contained in:
parent
1af290bd3b
commit
2a6a177fa1
1 changed files with 2 additions and 1 deletions
|
|
@ -284,7 +284,8 @@ void GuiArrayCtrl::onRender(Point2I offset, const RectI &updateRect)
|
||||||
//now render the header
|
//now render the header
|
||||||
onRenderColumnHeaders(offset, parentOffset, mHeaderDim);
|
onRenderColumnHeaders(offset, parentOffset, mHeaderDim);
|
||||||
|
|
||||||
clipRect.point.y = headerClip.point.y + headerClip.extent.y - 1;
|
clipRect.point.y += headerClip.extent.y;
|
||||||
|
clipRect.extent.y -= headerClip.extent.y;
|
||||||
}
|
}
|
||||||
offset.y += mHeaderDim.y;
|
offset.y += mHeaderDim.y;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue